We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74db66f commit b2d67c7Copy full SHA for b2d67c7
Generators/src/GeneratorFromFile.cxx
@@ -207,11 +207,10 @@ GeneratorFromO2Kine::GeneratorFromO2Kine(const char* name)
207
LOG(error) << "Problem reading events from file " << name;
208
}
209
210
-GeneratorFromO2Kine::GeneratorFromO2Kine(O2KineGenConfig const& pars)
+GeneratorFromO2Kine::GeneratorFromO2Kine(O2KineGenConfig const& pars): GeneratorFromO2Kine(pars.fileName.c_str())
211
{
212
mGlobal = false;
213
mConfig = std::make_unique<O2KineGenConfig>(pars);
214
- GeneratorFromO2Kine(mConfig->fileName.c_str());
215
216
217
bool GeneratorFromO2Kine::Init()
0 commit comments