~tmohayai/maus/first_branch

« back to all changes in this revision

Viewing changes to src/legacy/Simulation/MICEEventAction.hh

Builds but segv on executation of test_cpp

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
#include "globals.hh"
6
6
#include "G4UserEventAction.hh"
7
 
#include "src/cpp_core/Simulation/VirtualPlanes.hh"
 
7
#include "src/common_cpp/Simulation/VirtualPlanes.hh"
8
8
 
9
9
//MICEEventAction controls what happens at the beginning and end of every event
10
10
//GEANT4 calls BeginOfEventAction and EndOfEventAction at the beginning and end of the event