Skip to content

Commit

Permalink
[WIP] Try including G4Event.
Browse files Browse the repository at this point in the history
It looks like G4EventManager doesn't include G4Event in certain
conditions. Here, this is tested by including G4Event in addition to the
event manager to work around a compiler error.
  • Loading branch information
hageboeck committed Aug 22, 2024
1 parent f345c73 commit ca1421d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/AdePT/integration/AdePTGeant4Integration.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <AdePT/core/HostScoringStruct.cuh>

#include <G4EventManager.hh>
#include <G4Event.hh>

#include <unordered_map>

Expand Down

0 comments on commit ca1421d

Please sign in to comment.