7 #include <phparameter/PHParameters.h>
15 #include <Geant4/globals.hh>
25 , steppingAction_(nullptr)
49 ostringstream nodename;
50 ostringstream geonode;
61 dstNode = superSubNode;
69 runNode = superSubNode;
77 nodename <<
"G4HIT_" <<
Name();
78 geonode <<
"CYLINDERGEOM_" <<
Name();
80 PHG4HitContainer *cylinder_hits = findNode::getClass<PHG4HitContainer>(topNode, nodename.str().c_str());
116 void PHG4CylinderSubsystem::SetDefaultParameters()
146 cout <<
Name() <<
" Parameters: " << endl;
149 cout <<
"Need to execute BeginRun() before parameter printout is meaningful" << endl;
150 cout <<
"To do so either run one or more events or on the command line execute: " << endl;
151 cout <<
"Fun4AllServer *se = Fun4AllServer::instance();" << endl;
152 cout <<
"PHG4Reco *g4 = (PHG4Reco *) se->getSubsysReco(\"PHG4RECO\");" << endl;
153 cout <<
"g4->InitRun(se->topNode());" << endl;
154 cout <<
"PHG4CylinderSubsystem *cyl = (PHG4CylinderSubsystem *) g4->getSubsystem(\"" <<
Name() <<
"\");" << endl;
155 cout <<
"cyl->Print()" << endl;
161 steppingAction_->
Print(what);
virtual const std::string Name() const
Returns the name of this module.
PHBoolean addNode(PHNode *)
void SuperDetector(const std::string &name)
int AddLayerGeom(const int i, PHG4CylinderGeom *mygeom)
int InitRunSubsystem(PHCompositeNode *)
init runwise stuff
PHG4CylinderSubsystem(const std::string &name="CYLINDER", const int layer=0)
constructor
PHG4Detector * GetDetector(void) const
accessors (reimplemented)
void Print(const std::string &what="ALL") const
Print info (from SubsysReco)
int process_event(PHCompositeNode *)
event processing
const std::string SuperDetector() const
void set_default_double_param(const std::string &name, const double dval)
int BeginRunExecuted() const
void set_default_string_param(const std::string &name, const std::string &sval)
bool CheckOverlap() const
double get_double_param(const std::string &name) const
PHParameters * GetParams() const
int get_int_param(const std::string &name) const
void InitializeParameters()
void set_default_int_param(const std::string &name, const int ival)
base class for phenix detector creation
virtual void OverlapCheck(const bool chk=true)
void AddLayer(const unsigned int ilayer)
virtual void Print(const std::string &what) const
virtual void SetInterfacePointers(PHCompositeNode *)
static double GetLengthForRapidityCoverage(const double radius, const double eta)
PHNode * findFirst(const std::string &, const std::string &)
double get_double_param(const std::string &name) const
void set_double_param(const std::string &name, const double dval)