Photon
| #include "Photon.hh" |
Photon
class description - source file - inheritance tree (.pdf)
class Photon
| Inheritance Chart: | |||||
|
public:
Photon()
Photon(const Photon&)
virtual ~Photon()
static TClass* Class()
void Dump() const
virtual TClass* IsA() const
Photon& operator=(const Photon&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Data Members
public:
Double_t time
Double_t wl
EVector pos
EVector dir
EVector posOnIfs
Int_t pixelUid
Int_t iterations
Int_t history
Int_t fate
Bool_t hit
Bool_t hitIfs
Bool_t MChit
Bool_t madeSignal
ParentPhoton* parent
Class Description
Photon ======
Photon(): time(0), wl(0), pos(0,0,0), dir(0,0,1), posOnIfs(0,0,0), pixelUid(-1), iterations(0), history(0), fate(0), hit(kFALSE), hitIfs(kFALSE), MChit(kFALSE), madeSignal(kFALSE), parent(0)
Constructor
~Photon()
Destructor
void Dump() const
Dump photon status
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Photon Photon(const Photon&)
Photon& operator=(const Photon&)
