9#include "G4ParticleTable.hh"
10#include "G4FastSimulationManagerProcess.hh"
11#include "G4ProcessManager.hh"
15 : base_class(
type,name,parent)
29 CHECK(ifs->initializeFastSim());
32 return StatusCode::SUCCESS;
38 CHECK(ifs->BeginOfAthenaEvent(hcm));
40 return StatusCode::SUCCESS;
46 CHECK(ifs->EndOfAthenaEvent(hcm));
48 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
#define CHECK(...)
Evaluate an expression and check for errors.
Small wrapper around hit collection map to facilitate accessing the hit collection.