#include "MacroCellHit.hh" |
MacroCellHit
class description - source file - inheritance tree (.pdf)
private:
MacroCellHit()
public:
MacroCellHit(Int_t r, Int_t c, Int_t h, Int_t g, ChannelUniqueId id)
MacroCellHit(const MacroCellHit&)
~MacroCellHit()
static TClass* Class()
Int_t Col() const
virtual void Dump() const
Double_t GetPhiFOV() const
Double_t GetThetaFOV() const
Int_t Gtu() const
Int_t Hits() const
virtual TClass* IsA() const
MacroCellHit& operator=(const MacroCellHit&)
Int_t Row() const
void SetHits(Int_t val)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
ChannelUniqueId UniqueId() const
private:
Int_t fRow
Int_t fCol
Int_t fHits
Int_t fGtu
ChannelUniqueId fUid
void Dump() const
Inline Functions
void ~MacroCellHit()
MacroCellHit MacroCellHit()
MacroCellHit MacroCellHit(Int_t r, Int_t c, Int_t h, Int_t g, ChannelUniqueId id)
void SetHits(Int_t val)
Int_t Hits() const
Int_t Row() const
Int_t Col() const
Int_t Gtu() const
ChannelUniqueId UniqueId() const
Double_t GetThetaFOV() const
Double_t GetPhiFOV() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
MacroCellHit MacroCellHit(const MacroCellHit&)
MacroCellHit& operator=(const MacroCellHit&)