Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/simulation/g4simulation/g4histos/G4RootScintillatorTower.h>
Public Member Functions | |
G4RootScintillatorTower () | |
G4RootScintillatorTower (double towerenergy, int ieta, int iphi) | |
~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 | 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 | ( | double | towerenergy, |
int | ieta, | ||
int | iphi | ||
) |
Definition at line 17 of file G4RootScintillatorTower.cc.
View newest version in sPHENIX GitHub at line 17 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 |
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 32 of file G4RootScintillatorTower.cc.
View newest version in sPHENIX GitHub at line 32 of file G4RootScintillatorTower.cc
References row.
|
overridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 25 of file G4RootScintillatorTower.cc.
View newest version in sPHENIX GitHub at line 25 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 pump.Cursor::__add__(), pump.Cursor::__eq__(), pump.Cursor::__lt__(), pump.Cursor::__str__(), pump.Cursor::__sub__(), pump.Cursor::Clone(), 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().