Skip to content

Commit 4f709ef

Browse files
sawenzelktf
authored andcommitted
Fix G4 configuration problem due to overseen old namespace (#396)
1 parent 244f0e5 commit 4f709ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/gconfig/g4Config.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void Config()
5151
cout << "Geant4 has been created." << endl;
5252

5353
/// create the Specific stack
54-
o2::Data::Stack *stack = new AliceO2::Data::Stack(1000);
54+
o2::Data::Stack *stack = new o2::Data::Stack(1000);
5555
stack->StoreSecondaries(kTRUE);
5656
stack->SetMinPoints(0);
5757
geant4->SetStack(stack);

0 commit comments

Comments
 (0)