EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4histos/G4RootScintillatorTower.h>
Public Member Functions | |
G4RootScintillatorTower () | |
G4RootScintillatorTower (const RawTower &tower) | |
~G4RootScintillatorTower () override | |
void | Reset () override |
Clear Event. | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
void | identify (std::ostream &os=std::cout) const override |
int | get_row () const |
int | get_column () const |
double | get_energy () 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 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 | |
short | row |
short | column |
double | energy |
Definition at line 12 of file G4RootScintillatorTower.h.
View newest version in sPHENIX GitHub at line 12 of file G4RootScintillatorTower.h
G4RootScintillatorTower::G4RootScintillatorTower | ( | ) |
Definition at line 9 of file G4RootScintillatorTower.cc.
View newest version in sPHENIX GitHub at line 9 of file G4RootScintillatorTower.cc
G4RootScintillatorTower::G4RootScintillatorTower | ( | const RawTower & | tower | ) |
Definition at line 16 of file G4RootScintillatorTower.cc.
View newest version in sPHENIX GitHub at line 16 of file G4RootScintillatorTower.cc
|
inlineoverride |
Definition at line 17 of file G4RootScintillatorTower.h.
View newest version in sPHENIX GitHub at line 17 of file G4RootScintillatorTower.h
|
inline |
Definition at line 24 of file G4RootScintillatorTower.h.
View newest version in sPHENIX GitHub at line 24 of file G4RootScintillatorTower.h
References column.
|
inline |
Definition at line 25 of file G4RootScintillatorTower.h.
View newest version in sPHENIX GitHub at line 25 of file G4RootScintillatorTower.h
References energy.
|
inline |
Definition at line 23 of file G4RootScintillatorTower.h.
View newest version in sPHENIX GitHub at line 23 of file G4RootScintillatorTower.h
References row.
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 35 of file G4RootScintillatorTower.cc.
View newest version in sPHENIX GitHub at line 35 of file G4RootScintillatorTower.cc
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 30 of file G4RootScintillatorTower.cc.
View newest version in sPHENIX GitHub at line 30 of file G4RootScintillatorTower.cc
References row.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 23 of file G4RootScintillatorTower.cc.
View newest version in sPHENIX GitHub at line 23 of file G4RootScintillatorTower.cc
|
protected |
Definition at line 29 of file G4RootScintillatorTower.h.
View newest version in sPHENIX GitHub at line 29 of file G4RootScintillatorTower.h
Referenced by get_column(), identify(), and Reset().
|
protected |
Definition at line 30 of file G4RootScintillatorTower.h.
View newest version in sPHENIX GitHub at line 30 of file G4RootScintillatorTower.h
Referenced by get_energy(), identify(), and Reset().
|
protected |
Definition at line 28 of file G4RootScintillatorTower.h.
View newest version in sPHENIX GitHub at line 28 of file G4RootScintillatorTower.h
Referenced by get_row(), identify(), isValid(), and Reset().