10 #include <Geant4/globals.hh>
20 steppingAction_(
NULL ),
43 nam << name <<
"_" << lyr;
44 Name(nam.str().c_str());
55 detector_->
SetR1(rMin1, rMax1);
56 detector_->
SetR2(rMin2, rMax2);
58 detector_->
SetPhi(sPhi, dPhi);
59 detector_->
SetPlace(place_in_x, place_in_y, place_in_z);
67 ostringstream nodename;
68 if (superdetector !=
"NONE")
70 nodename <<
"G4HIT_" << superdetector;
74 nodename <<
"G4HIT_" << detector_type <<
"_" << layer;
77 PHG4HitContainer* block_hits = findNode::getClass<PHG4HitContainer>( topNode ,nodename.str().c_str());
109 {
return detector_; }
113 {
return steppingAction_; }
120 G4double thetaMin = 2*atan(exp(-etaMax));
121 G4double thetaMax = 2*atan(exp(-etaMin));
123 G4double z1 = place_in_z - dZ;
124 G4double z2 = place_in_z + dZ;
126 rMin1 = z1*tan(thetaMin);
127 rMax1 = z1*tan(thetaMax);
129 rMin2 = z2*tan(thetaMin);
130 rMax2 = z2*tan(thetaMax);
virtual const std::string Name() const
Returns the name of this module.
PHBoolean addNode(PHNode *)
void SetZlength(const G4double a)
set length in Z
void SetActive(const int i=1)
void SetR2(const G4double min, const G4double max)
set inner and outter radius2
void SetMaterial(const std::string &mat)
void SuperDetector(const std::string &name)
void SetPhi(const G4double a, const G4double b)
set phi offset and extention
void SetZRot(const G4double z_angle)
void SetPlace(const G4double place_x, const G4double place_y, const G4double place_z)
void SetR1(const G4double min, const G4double max)
set inner and outter radius1
virtual void SetInterfacePointers(PHCompositeNode *)
reimplemented from base class
int process_event(PHCompositeNode *)
event processing
virtual PHG4Detector * GetDetector(void) const
accessors (reimplemented)
virtual PHG4SteppingAction * GetSteppingAction(void) const
return pointer to this subsystem stepping action
PHG4ConeSubsystem(const std::string &name="CONE", const int layer=0)
constructor
int Init(PHCompositeNode *)
init
void Set_eta_range(G4double etaMin, G4double etaMax)
set rmaximum and minimums according to the eta range
base class for phenix detector creation
virtual void OverlapCheck(const bool chk=true)
PHNode * findFirst(const std::string &, const std::string &)