#include "RecoPhotoElectronData.hh" |
RecoPhotoElectronData
class description - source file - inheritance tree (.pdf)
public:
RecoPhotoElectronData(Int_t fe, Int_t fech, Int_t gtu, Int_t cell, Bool_t fastor, Int_t xc, Int_t yc, Float_t xpos, Float_t ypos)
RecoPhotoElectronData(const RecoPhotoElectronData&)
virtual ~RecoPhotoElectronData()
static TClass* Class()
Int_t GetFe() const
Int_t GetFeCh() const
Int_t GetGtu() const
Int_t GetMacroCell() const
Bool_t GetMadeFastOR() const
Int_t GetXCell() const
Float_t GetXPos() const
Int_t GetYCell() const
Float_t GetYPos() const
virtual TClass* IsA() const
RecoPhotoElectronData& operator=(const RecoPhotoElectronData&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t fFe front end chip
Int_t fFeCh front end channel
Int_t fGtu GTU photon belong to
Int_t fMacroCell macrocell number it
Bool_t fMadeFastOR true if photon in counted in macrocell
Int_t fXCell X coordinate in macrocell
Int_t fYCell Y coordinate in macrocell
Float_t fXPos X pos in focal surface
Float_t fYPos Y pos in focal surface
Inline Functions
void ~RecoPhotoElectronData()
RecoPhotoElectronData RecoPhotoElectronData(Int_t fe, Int_t fech, Int_t gtu, Int_t cell, Bool_t fastor, Int_t xc, Int_t yc, Float_t xpos, Float_t ypos)
Int_t GetFe() const
Int_t GetFeCh() const
Int_t GetGtu() const
Int_t GetMacroCell() const
Bool_t GetMadeFastOR() const
Int_t GetXCell() const
Int_t GetYCell() const
Float_t GetXPos() const
Float_t GetYPos() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
RecoPhotoElectronData RecoPhotoElectronData(const RecoPhotoElectronData&)
RecoPhotoElectronData& operator=(const RecoPhotoElectronData&)