27 string hitnodename =
"G4HIT_" +
detector;
28 string geonodename =
"CYLINDERGEOM_" +
detector;
32 cout <<
"cannot find geo node " << geonodename << endl;
35 PHG4HitContainer *hits_ = findNode::getClass<PHG4HitContainer>( topNode , hitnodename.c_str());
38 cout <<
"cannot find hit node " << hitnodename << endl;
46 double x0 = inner_radius * cos(
phi * M_PI / 180.);
47 double y0 = inner_radius * sin(
phi * M_PI / 180.);
48 double z0 = inner_radius * cos(
theta * M_PI / 180.);
49 double x1 = outer_radius * cos(
phi * M_PI / 180.);
50 double y1 = outer_radius * sin(
phi * M_PI / 180.);
51 double z1 = outer_radius * cos(
theta * M_PI / 180.);
63 cout <<
"phi " <<
phi <<
" inner rad: " << inner_radius
64 <<
", outer rad: " << outer_radius
65 <<
" x0/y0/z0: " << x0 <<
"/" << y0 <<
"/" << z0
66 <<
" x1/y1/z1: " << x1 <<
"/" << y1 <<
"/" << z1
int verbosity
The verbosity level. 0 means not verbose at all.
PHG4CylinderGeom * GetLayerGeom(const int i)
virtual double get_thickness() const
virtual double get_radius() const
PHG4GenHit(const std::string &name="PHG4GenHit")
int process_event(PHCompositeNode *topNode)
ConstIterator AddHit(PHG4Hit *newhit)
virtual void set_layer(const unsigned int i)
virtual void set_y(const int i, const float f)
virtual void set_z(const int i, const float f)
virtual void set_x(const int i, const float f)
virtual void set_trkid(const int i)
virtual void set_edep(const float f)