We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6f2c3 commit 05ad595Copy full SHA for 05ad595
Generators/include/Generators/GeneratorTParticleParam.h
@@ -30,7 +30,7 @@ struct GeneratorTParticleParam : public o2::conf::ConfigurableParamHelper<Genera
30
std::string branchName = "Particles";
31
std::string fileNames = "tparticle.root";
32
std::string progCmd = "";
33
- O2ParamDef(GeneratorTParticleParam, "TParticle");
+ O2ParamDef(GeneratorTParticleParam, "GeneratorTParticle");
34
};
35
} // end namespace eventgen
36
} // end namespace o2
0 commit comments