Skip to content

Commit

Permalink
adopt changes in esi-opticks
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Nov 7, 2024
1 parent f4f2087 commit 98b6c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g4app.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ struct TrackingAction : G4UserTrackingAction
struct G4App
{
G4App(std::filesystem::path gdml_file)
: sev(SEvt::HighLevelCreate(SEvt::ECPU)), det_cons_(new DetectorConstruction(gdml_file)),
: sev(SEvt::CreateOrReuse_ECPU()), det_cons_(new DetectorConstruction(gdml_file)),
prim_gen_(new PrimaryGenerator(sev)), event_act_(new EventAction(sev)), stepping_(new SteppingAction(sev)),
tracking_(new TrackingAction(sev))
{
Expand Down

0 comments on commit 98b6c28

Please sign in to comment.