9#include "G4ParticleTable.hh"
10#include "G4FastSimulationManagerProcess.hh"
11#include "G4ProcessManager.hh"
14 : base_class(
type,name,parent)
28 CHECK(ifs->initializeFastSim());
31 return StatusCode::SUCCESS;
37 CHECK(ifs->BeginOfAthenaEvent());
39 return StatusCode::SUCCESS;
45 CHECK(ifs->EndOfAthenaEvent());
47 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
#define CHECK(...)
Evaluate an expression and check for errors.