Class Reference for E1039 Core & Analysis Software
PHG4ConeSubsystem Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4detectors/PHG4ConeSubsystem.h>

+ Inheritance diagram for PHG4ConeSubsystem:
+ Collaboration diagram for PHG4ConeSubsystem:

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 PHG4DetectorGetDetector (void) const
 accessors (reimplemented) More...
 
virtual PHG4SteppingActionGetSteppingAction (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)
 
PHG4EventActionGetEventAction () const
 return pointer to this subsystem event action More...
 
void SetActive (const int i=1)
 
void SuperDetector (const std::string &name)
 
- Public Member Functions inherited from PHG4Subsystem
 PHG4Subsystem (const std::string &name="Generic Subsystem")
 constructor More...
 
virtual ~PHG4Subsystem (void)
 destructor More...
 
virtual int process_after_geant (PHCompositeNode *)
 event processing More...
 
virtual PHG4TrackingActionGetTrackingAction (void) const
 return pointer to this subsystem stepping action More...
 
void OverlapCheck (const bool chk=true)
 
bool CheckOverlap () const
 
PHParametersGetParams ()
 
- Public Member Functions inherited from SubsysReco
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
 
- Public Member Functions inherited from Fun4AllBase
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

- Public Types inherited from Fun4AllBase
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
}
 
- Protected Member Functions inherited from SubsysReco
 SubsysReco (const std::string &name="NONAME")
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 
- Protected Attributes inherited from PHG4Subsystem
bool overlapcheck
 
PHParametersparams
 
- Protected Attributes inherited from Fun4AllBase
std::string ThisName
 
int verbosity
 The verbosity level. 0 means not verbose at all. More...
 

Detailed Description

Definition at line 13 of file PHG4ConeSubsystem.h.

Constructor & Destructor Documentation

◆ PHG4ConeSubsystem()

PHG4ConeSubsystem::PHG4ConeSubsystem ( const std::string &  name = "CONE",
const int  layer = 0 
)

constructor

Definition at line 17 of file PHG4ConeSubsystem.cc.

References Fun4AllBase::Name().

+ Here is the call graph for this function:

◆ ~PHG4ConeSubsystem()

virtual PHG4ConeSubsystem::~PHG4ConeSubsystem ( void  )
inlinevirtual

destructor

Definition at line 22 of file PHG4ConeSubsystem.h.

Member Function Documentation

◆ GetDetector()

PHG4Detector * PHG4ConeSubsystem::GetDetector ( void  ) const
virtual

accessors (reimplemented)

Reimplemented from PHG4Subsystem.

Definition at line 108 of file PHG4ConeSubsystem.cc.

◆ GetEventAction()

PHG4EventAction* PHG4ConeSubsystem::GetEventAction ( void  ) const
inlinevirtual

return pointer to this subsystem event action

Reimplemented from PHG4Subsystem.

Definition at line 72 of file PHG4ConeSubsystem.h.

◆ GetSteppingAction()

PHG4SteppingAction * PHG4ConeSubsystem::GetSteppingAction ( void  ) const
virtual

return pointer to this subsystem stepping action

Reimplemented from PHG4Subsystem.

Definition at line 112 of file PHG4ConeSubsystem.cc.

◆ Init()

int PHG4ConeSubsystem::Init ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

◆ process_event()

int PHG4ConeSubsystem::process_event ( PHCompositeNode topNode)
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().

+ Here is the call graph for this function:

◆ Set_eta_range()

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.

◆ SetActive()

void PHG4ConeSubsystem::SetActive ( const int  i = 1)
inline

Definition at line 73 of file PHG4ConeSubsystem.h.

◆ SetMaterial()

void PHG4ConeSubsystem::SetMaterial ( const std::string &  mat)
inline

Definition at line 71 of file PHG4ConeSubsystem.h.

◆ SetPhi()

void PHG4ConeSubsystem::SetPhi ( const G4double  a,
const G4double  b 
)
inline

set phi offset and extention

Definition at line 57 of file PHG4ConeSubsystem.h.

◆ SetPlace()

void PHG4ConeSubsystem::SetPlace ( const G4double  place_x,
const G4double  place_y,
const G4double  place_z 
)
inline

Definition at line 64 of file PHG4ConeSubsystem.h.

◆ SetPlaceZ()

void PHG4ConeSubsystem::SetPlaceZ ( const G4double  dbl)
inline

Definition at line 63 of file PHG4ConeSubsystem.h.

◆ SetR1()

void PHG4ConeSubsystem::SetR1 ( const G4double  min,
const G4double  max 
)
inline

set inner and outter radius1

Definition at line 45 of file PHG4ConeSubsystem.h.

◆ SetR2()

void PHG4ConeSubsystem::SetR2 ( const G4double  min,
const G4double  max 
)
inline

set inner and outter radius2

Definition at line 49 of file PHG4ConeSubsystem.h.

◆ SetZlength()

void PHG4ConeSubsystem::SetZlength ( const G4double  a)
inline

set length in Z

Definition at line 53 of file PHG4ConeSubsystem.h.

◆ SetZRot()

void PHG4ConeSubsystem::SetZRot ( const G4double  dbl)
inline

Definition at line 70 of file PHG4ConeSubsystem.h.

◆ SuperDetector()

void PHG4ConeSubsystem::SuperDetector ( const std::string &  name)
inline

Definition at line 74 of file PHG4ConeSubsystem.h.


The documentation for this class was generated from the following files: