ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4histos/G4RootScintillatorTowerContainer.h>
Public Member Functions | |
G4RootScintillatorTowerContainer () | |
~G4RootScintillatorTowerContainer () override | |
void | Reset () override |
Clear Event. | |
void | identify (std::ostream &os=std::cout) const override |
G4RootScintillatorTower * | AddTower (const RawTower &tower) |
void | set_idet (const int i) |
int | get_idet () const |
void | set_etotal (const float e) |
float | get_etotal () const |
void | set_eion (const float e) |
float | get_eion () const |
void | set_leakage (const float f) |
float | get_leakage () const |
void | set_event (const int i) |
int | get_event () const |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | CloneMe () const |
Virtual copy constructor. | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Protected Attributes | |
int | idet |
float | etotal |
float | eion |
float | leakage |
int | event |
TClonesArray * | SnglTowers |
Definition at line 12 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 12 of file G4RootScintillatorTowerContainer.h
G4RootScintillatorTowerContainer::G4RootScintillatorTowerContainer | ( | ) |
Definition at line 14 of file G4RootScintillatorTowerContainer.cc.
View newest version in sPHENIX GitHub at line 14 of file G4RootScintillatorTowerContainer.cc
References NMAX, and SnglTowers.
|
override |
Definition at line 24 of file G4RootScintillatorTowerContainer.cc.
View newest version in sPHENIX GitHub at line 24 of file G4RootScintillatorTowerContainer.cc
References SnglTowers.
G4RootScintillatorTower * G4RootScintillatorTowerContainer::AddTower | ( | const RawTower & | tower | ) |
Definition at line 44 of file G4RootScintillatorTowerContainer.cc.
View newest version in sPHENIX GitHub at line 44 of file G4RootScintillatorTowerContainer.cc
References SnglTowers.
Referenced by G4ScintillatorTowerTTree::process_event().
|
inline |
Definition at line 30 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 30 of file G4RootScintillatorTowerContainer.h
References eion.
|
inline |
Definition at line 27 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 27 of file G4RootScintillatorTowerContainer.h
References etotal.
|
inline |
Definition at line 36 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 36 of file G4RootScintillatorTowerContainer.h
References event.
|
inline |
Definition at line 24 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 24 of file G4RootScintillatorTowerContainer.h
References idet.
|
inline |
Definition at line 33 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 33 of file G4RootScintillatorTowerContainer.h
References leakage.
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 56 of file G4RootScintillatorTowerContainer.cc.
View newest version in sPHENIX GitHub at line 56 of file G4RootScintillatorTowerContainer.cc
References SnglTowers.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 30 of file G4RootScintillatorTowerContainer.cc.
View newest version in sPHENIX GitHub at line 30 of file G4RootScintillatorTowerContainer.cc
References etotal, leakage, NMAX, and SnglTowers.
|
inline |
Definition at line 29 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 29 of file G4RootScintillatorTowerContainer.h
|
inline |
Definition at line 26 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 26 of file G4RootScintillatorTowerContainer.h
Referenced by G4ScintillatorTowerTTree::process_event().
Definition at line 35 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 35 of file G4RootScintillatorTowerContainer.h
Referenced by G4ScintillatorTowerTTree::process_event().
Definition at line 23 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 23 of file G4RootScintillatorTowerContainer.h
References idet.
|
inline |
Definition at line 32 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 32 of file G4RootScintillatorTowerContainer.h
|
protected |
Definition at line 42 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 42 of file G4RootScintillatorTowerContainer.h
Referenced by get_eion(), and set_eion().
|
protected |
Definition at line 41 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 41 of file G4RootScintillatorTowerContainer.h
Referenced by get_etotal(), Reset(), and set_etotal().
|
protected |
Definition at line 44 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 44 of file G4RootScintillatorTowerContainer.h
Referenced by get_event().
|
protected |
Definition at line 40 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 40 of file G4RootScintillatorTowerContainer.h
Referenced by get_idet(), and set_idet().
|
protected |
Definition at line 43 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 43 of file G4RootScintillatorTowerContainer.h
Referenced by get_leakage(), Reset(), and set_leakage().
|
protected |
Definition at line 45 of file G4RootScintillatorTowerContainer.h.
View newest version in sPHENIX GitHub at line 45 of file G4RootScintillatorTowerContainer.h
Referenced by AddTower(), G4RootScintillatorTowerContainer(), identify(), Reset(), and ~G4RootScintillatorTowerContainer().