![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4histos/G4RootRawTowerContainer.h>
Inheritance diagram for G4RootRawTowerContainer:
Collaboration diagram for G4RootRawTowerContainer:Public Member Functions | |
| G4RootRawTowerContainer () | |
| ~G4RootRawTowerContainer () override | |
| void | identify (std::ostream &os=std::cout) const override |
| void | Reset () override |
| Clear Event. | |
| G4RootRawTower * | AddG4RootRawTower (const G4RootRawTower &g4tower) |
| void | set_etotal (const float e) |
| float | get_etotal () 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 | |
| float | etotal |
| int | event |
| TClonesArray * | SnglG4RootRawTowers |
Definition at line 11 of file G4RootRawTowerContainer.h.
View newest version in sPHENIX GitHub at line 11 of file G4RootRawTowerContainer.h
| G4RootRawTowerContainer::G4RootRawTowerContainer | ( | ) |
Definition at line 14 of file G4RootRawTowerContainer.cc.
View newest version in sPHENIX GitHub at line 14 of file G4RootRawTowerContainer.cc
References NMAX, and SnglG4RootRawTowers.
|
override |
Definition at line 21 of file G4RootRawTowerContainer.cc.
View newest version in sPHENIX GitHub at line 21 of file G4RootRawTowerContainer.cc
References SnglG4RootRawTowers.
| G4RootRawTower * G4RootRawTowerContainer::AddG4RootRawTower | ( | const G4RootRawTower & | g4tower | ) |
Definition at line 40 of file G4RootRawTowerContainer.cc.
View newest version in sPHENIX GitHub at line 40 of file G4RootRawTowerContainer.cc
References SnglG4RootRawTowers.
Referenced by G4RawTowerTTree::process_event().
Here is the caller graph for this function:
|
inline |
Definition at line 23 of file G4RootRawTowerContainer.h.
View newest version in sPHENIX GitHub at line 23 of file G4RootRawTowerContainer.h
References etotal.
|
inline |
Definition at line 26 of file G4RootRawTowerContainer.h.
View newest version in sPHENIX GitHub at line 26 of file G4RootRawTowerContainer.h
References event.
|
overridevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Definition at line 52 of file G4RootRawTowerContainer.cc.
View newest version in sPHENIX GitHub at line 52 of file G4RootRawTowerContainer.cc
References SnglG4RootRawTowers.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 27 of file G4RootRawTowerContainer.cc.
View newest version in sPHENIX GitHub at line 27 of file G4RootRawTowerContainer.cc
References etotal, NMAX, and SnglG4RootRawTowers.
|
inline |
Definition at line 22 of file G4RootRawTowerContainer.h.
View newest version in sPHENIX GitHub at line 22 of file G4RootRawTowerContainer.h
Referenced by G4RawTowerTTree::process_event().
Here is the caller graph for this function:Definition at line 25 of file G4RootRawTowerContainer.h.
View newest version in sPHENIX GitHub at line 25 of file G4RootRawTowerContainer.h
Referenced by G4RawTowerTTree::process_event().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file G4RootRawTowerContainer.h.
View newest version in sPHENIX GitHub at line 30 of file G4RootRawTowerContainer.h
Referenced by get_etotal(), Reset(), and set_etotal().
|
protected |
Definition at line 31 of file G4RootRawTowerContainer.h.
View newest version in sPHENIX GitHub at line 31 of file G4RootRawTowerContainer.h
Referenced by get_event().
|
protected |
Definition at line 32 of file G4RootRawTowerContainer.h.
View newest version in sPHENIX GitHub at line 32 of file G4RootRawTowerContainer.h
Referenced by AddG4RootRawTower(), G4RootRawTowerContainer(), identify(), Reset(), and ~G4RootRawTowerContainer().