Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/PHG4ConeSubsystem.h>
Public Member Functions | |
PHG4ConeSubsystem (const std::string &name="CONE", const int layer=0) | |
constructor More... | |
virtual | ~PHG4ConeSubsystem (void) |
destructor More... | |
int | Init (PHCompositeNode *) |
init More... | |
int | process_event (PHCompositeNode *) |
event processing More... | |
virtual PHG4Detector * | GetDetector (void) const |
accessors (reimplemented) More... | |
virtual PHG4SteppingAction * | GetSteppingAction (void) const |
return pointer to this subsystem stepping action More... | |
void | SetR1 (const G4double min, const G4double max) |
set inner and outter radius1 More... | |
void | SetR2 (const G4double min, const G4double max) |
set inner and outter radius2 More... | |
void | SetZlength (const G4double a) |
set length in Z More... | |
void | SetPhi (const G4double a, const G4double b) |
set phi offset and extention More... | |
void | Set_eta_range (G4double etaMin, G4double etaMax) |
set rmaximum and minimums according to the eta range More... | |
void | SetPlaceZ (const G4double dbl) |
void | SetPlace (const G4double place_x, const G4double place_y, const G4double place_z) |
void | SetZRot (const G4double dbl) |
void | SetMaterial (const std::string &mat) |
PHG4EventAction * | GetEventAction () const |
return pointer to this subsystem event action More... | |
void | SetActive (const int i=1) |
void | SuperDetector (const std::string &name) |
![]() | |
PHG4Subsystem (const std::string &name="Generic Subsystem") | |
constructor More... | |
virtual | ~PHG4Subsystem (void) |
destructor More... | |
virtual int | process_after_geant (PHCompositeNode *) |
event processing More... | |
virtual PHG4TrackingAction * | GetTrackingAction (void) const |
return pointer to this subsystem stepping action More... | |
void | OverlapCheck (const bool chk=true) |
bool | CheckOverlap () const |
PHParameters * | GetParams () |
![]() | |
virtual | ~SubsysReco () |
virtual int | End (PHCompositeNode *) |
Called at the end of all processing. More... | |
virtual int | EndRun (const int) |
Called at the end of each run. More... | |
virtual int | InitRun (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. More... | |
virtual int | ResetEvent (PHCompositeNode *) |
Clean up after each event. More... | |
virtual void | Print (const std::string &what="ALL") const |
![]() | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. More... | |
virtual void | Name (const std::string &name) |
Sets the name of this module. More... | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual int | Verbosity () const |
Gets the verbosity of this module. More... | |
Additional Inherited Members | |
![]() | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 , VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10 } |
![]() | |
SubsysReco (const std::string &name="NONAME") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
![]() | |
bool | overlapcheck |
PHParameters * | params |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Definition at line 13 of file PHG4ConeSubsystem.h.
PHG4ConeSubsystem::PHG4ConeSubsystem | ( | const std::string & | name = "CONE" , |
const int | layer = 0 |
||
) |
constructor
Definition at line 17 of file PHG4ConeSubsystem.cc.
References Fun4AllBase::Name().
|
inlinevirtual |
destructor
Definition at line 22 of file PHG4ConeSubsystem.h.
|
virtual |
accessors (reimplemented)
Reimplemented from PHG4Subsystem.
Definition at line 108 of file PHG4ConeSubsystem.cc.
|
inlinevirtual |
return pointer to this subsystem event action
Reimplemented from PHG4Subsystem.
Definition at line 72 of file PHG4ConeSubsystem.h.
|
virtual |
return pointer to this subsystem stepping action
Reimplemented from PHG4Subsystem.
Definition at line 112 of file PHG4ConeSubsystem.cc.
|
virtual |
init
creates the detector_ object and place it on the node tree, under "DETECTORS" node (or whatever) reates the stepping action and place it on the node tree, under "ACTIONS" node creates relevant hit nodes that will be populated by the stepping action and stored in the output DST
Reimplemented from SubsysReco.
Definition at line 48 of file PHG4ConeSubsystem.cc.
References PHCompositeNode::addNode(), PHNodeIterator::findFirst(), Fun4AllBase::Name(), PHG4Detector::OverlapCheck(), PHG4Subsystem::overlapcheck, PHG4ConeDetector::SetActive(), PHG4ConeDetector::SetMaterial(), PHG4ConeDetector::SetPhi(), PHG4ConeDetector::SetPlace(), PHG4ConeDetector::SetR1(), PHG4ConeDetector::SetR2(), PHG4ConeDetector::SetZlength(), PHG4ConeDetector::SetZRot(), and PHG4ConeDetector::SuperDetector().
|
virtual |
event processing
get all relevant nodes from top nodes (namely hit list) and pass that to the stepping action
Reimplemented from SubsysReco.
Definition at line 95 of file PHG4ConeSubsystem.cc.
References PHG4ConeSteppingAction::SetInterfacePointers().
void PHG4ConeSubsystem::Set_eta_range | ( | G4double | etaMin, |
G4double | etaMax | ||
) |
set rmaximum and minimums according to the eta range
Definition at line 118 of file PHG4ConeSubsystem.cc.
|
inline |
Definition at line 73 of file PHG4ConeSubsystem.h.
|
inline |
Definition at line 71 of file PHG4ConeSubsystem.h.
|
inline |
set phi offset and extention
Definition at line 57 of file PHG4ConeSubsystem.h.
|
inline |
Definition at line 64 of file PHG4ConeSubsystem.h.
|
inline |
Definition at line 63 of file PHG4ConeSubsystem.h.
|
inline |
set inner and outter radius1
Definition at line 45 of file PHG4ConeSubsystem.h.
|
inline |
set inner and outter radius2
Definition at line 49 of file PHG4ConeSubsystem.h.
|
inline |
set length in Z
Definition at line 53 of file PHG4ConeSubsystem.h.
|
inline |
Definition at line 70 of file PHG4ConeSubsystem.h.
|
inline |
Definition at line 74 of file PHG4ConeSubsystem.h.