Skip to content

Commit b44556b

Browse files
committed
Correct typo in ZDC test generator
1 parent f4177bd commit b44556b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Generators/src/GeneratorFactory.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ void GeneratorFactory::setPrimaryGenerator(o2::conf::SimConfig const& conf, Fair
9696
} else if (genconfig.compare("zdcgen") == 0) {
9797
// a simple "box" generator for forward neutrons
9898
LOG(INFO) << "Init box forward/backward zdc generator";
99-
auto boxGenC = makeBoxGen(2122 /*neutrons*/, 10, -8, -9999, 500, 1000, 0., 360.);
100-
auto boxGenA = makeBoxGen(2212 /*neutrons*/, 1, 8.0, 9999, 500, 1000, 0., 360.);
99+
auto boxGenC = makeBoxGen(2112 /*neutrons*/, 1, -8, -9999, 500, 1000, 0., 360.);
100+
auto boxGenA = makeBoxGen(2112 /*neutrons*/, 1, 8, 9999, 500, 1000, 0., 360.);
101101
primGen->AddGenerator(boxGenC);
102102
primGen->AddGenerator(boxGenA);
103103
} else if (genconfig.compare("emcgenele") == 0) {

0 commit comments

Comments
 (0)