8 #include <phparameter/PHParameters.h>
16 #include <Geant4/globals.hh>
26 , steppingAction_(nullptr)
50 ostringstream nodename;
51 ostringstream geonode;
62 dstNode = superSubNode;
70 runNode = superSubNode;
78 nodename <<
"G4HIT_" <<
Name();
79 geonode <<
"CYLINDERGEOM_" <<
Name();
81 PHG4HitContainer *cylinder_hits = findNode::getClass<PHG4HitContainer>(topNode, nodename.str().c_str());
117 void PHG4TargetCoilSubsystem::SetDefaultParameters()
124 std::vector<double> z_plane = { -l/2, -l/2+t, -l/2+t, l/2-t, l/2-t, l/2 };
125 std::vector<double> r_inner = { ri, ri, ro-t, ro-t, ri, ri};
126 std::vector<double> r_outer = { ro, ro, ro, ro, ro, ro};
164 cout <<
Name() <<
" Parameters: " << endl;
167 cout <<
"Need to execute BeginRun() before parameter printout is meaningful" << endl;
168 cout <<
"To do so either run one or more events or on the command line execute: " << endl;
169 cout <<
"Fun4AllServer *se = Fun4AllServer::instance();" << endl;
170 cout <<
"PHG4Reco *g4 = (PHG4Reco *) se->getSubsysReco(\"PHG4RECO\");" << endl;
171 cout <<
"g4->InitRun(se->topNode());" << endl;
172 cout <<
"PHG4TargetCoilSubsystem *cyl = (PHG4TargetCoilSubsystem *) g4->getSubsystem(\"" <<
Name() <<
"\");" << endl;
173 cout <<
"cyl->Print()" << endl;
179 steppingAction_->
Print(what);
virtual const std::string Name() const
Returns the name of this module.
PHBoolean addNode(PHNode *)
int AddLayerGeom(const int i, PHG4CylinderGeom *mygeom)
void set_default_vdouble_param(const std::string &name, const std::vector< double > &dval)
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 *)
void SuperDetector(const std::string &name)
PHG4Detector * GetDetector(void) const
accessors (reimplemented)
int process_event(PHCompositeNode *)
event processing
int InitRunSubsystem(PHCompositeNode *)
init runwise stuff
PHG4TargetCoilSubsystem(const std::string &name="CYLINDER", const int layer=0)
constructor
void Print(const std::string &what="ALL") const
Print info (from SubsysReco)
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)