EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4RootScintillatorSlat Class Reference

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4histos/G4RootScintillatorSlat.h>

+ Inheritance diagram for G4RootScintillatorSlat:
+ Collaboration diagram for G4RootScintillatorSlat:

Public Member Functions

 G4RootScintillatorSlat ()
 
 G4RootScintillatorSlat (const PHG4ScintillatorSlat &slat)
 
 ~G4RootScintillatorSlat () 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_edep () const
 
double get_eion () const
 
double get_light_yield () const
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectCloneMe () const
 Virtual copy constructor.
 
virtual PHObjectclone () const final
 
PHObjectClone (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 edep
 
double eion
 
double light_yield
 

Detailed Description

Definition at line 10 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 10 of file G4RootScintillatorSlat.h

Constructor & Destructor Documentation

G4RootScintillatorSlat::G4RootScintillatorSlat ( )

Definition at line 9 of file G4RootScintillatorSlat.cc.

View newest version in sPHENIX GitHub at line 9 of file G4RootScintillatorSlat.cc

G4RootScintillatorSlat::G4RootScintillatorSlat ( const PHG4ScintillatorSlat slat)

Definition at line 18 of file G4RootScintillatorSlat.cc.

View newest version in sPHENIX GitHub at line 18 of file G4RootScintillatorSlat.cc

G4RootScintillatorSlat::~G4RootScintillatorSlat ( )
inlineoverride

Definition at line 15 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 15 of file G4RootScintillatorSlat.h

Member Function Documentation

int G4RootScintillatorSlat::get_column ( ) const
inline

Definition at line 22 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 22 of file G4RootScintillatorSlat.h

References column.

double G4RootScintillatorSlat::get_edep ( ) const
inline

Definition at line 24 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 24 of file G4RootScintillatorSlat.h

References edep.

double G4RootScintillatorSlat::get_eion ( ) const
inline

Definition at line 25 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 25 of file G4RootScintillatorSlat.h

References eion.

double G4RootScintillatorSlat::get_light_yield ( ) const
inline

Definition at line 26 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 26 of file G4RootScintillatorSlat.h

References light_yield.

int G4RootScintillatorSlat::get_row ( ) const
inline

Definition at line 21 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 21 of file G4RootScintillatorSlat.h

References row.

void G4RootScintillatorSlat::identify ( std::ostream &  os = std::cout) const
overridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Definition at line 41 of file G4RootScintillatorSlat.cc.

View newest version in sPHENIX GitHub at line 41 of file G4RootScintillatorSlat.cc

References column, edep, and row.

int G4RootScintillatorSlat::isValid ( ) const
overridevirtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Definition at line 36 of file G4RootScintillatorSlat.cc.

View newest version in sPHENIX GitHub at line 36 of file G4RootScintillatorSlat.cc

References row.

void G4RootScintillatorSlat::Reset ( )
overridevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 27 of file G4RootScintillatorSlat.cc.

View newest version in sPHENIX GitHub at line 27 of file G4RootScintillatorSlat.cc

References column, edep, eion, light_yield, and row.

Member Data Documentation

short G4RootScintillatorSlat::column
protected

Definition at line 30 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 30 of file G4RootScintillatorSlat.h

Referenced by get_column(), identify(), and Reset().

double G4RootScintillatorSlat::edep
protected

Definition at line 31 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 31 of file G4RootScintillatorSlat.h

Referenced by get_edep(), identify(), and Reset().

double G4RootScintillatorSlat::eion
protected

Definition at line 32 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 32 of file G4RootScintillatorSlat.h

Referenced by get_eion(), and Reset().

double G4RootScintillatorSlat::light_yield
protected

Definition at line 33 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 33 of file G4RootScintillatorSlat.h

Referenced by get_light_yield(), and Reset().

short G4RootScintillatorSlat::row
protected

Definition at line 29 of file G4RootScintillatorSlat.h.

View newest version in sPHENIX GitHub at line 29 of file G4RootScintillatorSlat.h

Referenced by get_row(), identify(), isValid(), and Reset().


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