6 #include <phfield/PHFieldConfig.h>
21 class PHG4EventGenerator;
22 class G4VModularPhysicsList;
24 class G4VUserPrimaryGeneratorAction;
40 PHG4Reco(
const std::string &name =
"PHG4RECO");
60 void Print(
const std::string &what = std::string())
const;
120 static void G4Seed(
const unsigned int i);
131 void Dump_GDML(
const std::string &filename);
PHTimer server for accessing external information.
this is the main detector construction class, passed to geant to construct the entire phenix detector
void set_optical_photon(bool b)
speed-up options setters
PHG4PhenixTrackingAction * trackingAction_
pointer to main tracking action
PHG4PhenixEventAction * eventAction_
pointer to main event action
void set_field_rescale(const float rescale)
set default scaling factor for input magnetic field map. If available, Field map setting on DST take ...
void set_field_map(const std::string &fmap, const PHFieldConfig::FieldConfigTypes dim)
void set_energy_threshold(double t)
int ResetEvent(PHCompositeNode *)
Clean up after each event.
void set_zero_field_line(double z)
int StartGui()
start the gui
SubsystemList subsystems_
PHG4Reco(const std::string &name="PHG4RECO")
constructor
void Dump_GDML(const std::string &filename)
void save_DST_geometry(bool b)
Save geometry from Geant4 to DST.
void SetWorldSizeX(const double sx)
void SetWorldSizeY(const double sy)
int Init(PHCompositeNode *)
full initialization
void setGeneratorAction(G4VUserPrimaryGeneratorAction *action)
PHTimeServer::timer _timer
module timer.
PHG4PrimaryGeneratorAction * generatorAction_
event generator (read from PHG4INEVENT node)
int InitField(PHCompositeNode *topNode)
double GetWorldSizeY() const
bool optical_photon_
speed up options
std::list< PHG4Subsystem * > SubsystemList
list of subsystems
void set_rapidity_coverage(const double eta)
PHG4PhenixDetector * detector_
pointer to detector
virtual ~PHG4Reco()
destructor
int ApplyCommand(const std::string &cmd)
interface to G4 cmd interpreter
G4VisManager * visManager
void SetWorldMaterial(const std::string &s)
std::string worldmaterial
PHFieldConfig::FieldConfigTypes mapdim
int InitRun(PHCompositeNode *topNode)
void Print(const std::string &what=std::string()) const
print info
G4TBMagneticFieldSetup * field_
magnetic field
int End(PHCompositeNode *)
end of run method
void SetWorldSizeZ(const double sz)
void registerSubsystem(PHG4Subsystem *subsystem)
register subsystem
int process_event(PHCompositeNode *)
event processing method
void SetWorldShape(const std::string &s)
double GetWorldSizeX() const
static void G4Seed(const unsigned int i)
double GetWorldSizeZ() const
PHG4PhenixSteppingAction * steppingAction_
pointer to main stepping action
void SetPhysicsList(const std::string &s)
void G4Verbosity(const int i)
G4RunManager * runManager_
pointer to geant run manager
int setupInputEventNodeReader(PHCompositeNode *)
PHG4UIsession * uisession_
pointer to geant ui session
void set_field(const float tesla)
set default magnetic field strength with a constant magnetic field. Only valid if set_field_map() is ...
PHG4Subsystem * getSubsystem(const std::string &name)
wrapper around PHTimer, for storage in a map