We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244f0e5 commit 4f709efCopy full SHA for 4f709ef
1 file changed
Detectors/gconfig/g4Config.C
@@ -51,7 +51,7 @@ void Config()
51
cout << "Geant4 has been created." << endl;
52
53
/// create the Specific stack
54
- o2::Data::Stack *stack = new AliceO2::Data::Stack(1000);
+ o2::Data::Stack *stack = new o2::Data::Stack(1000);
55
stack->StoreSecondaries(kTRUE);
56
stack->SetMinPoints(0);
57
geant4->SetStack(stack);
0 commit comments