MacroCellGeometry
| #include "MacroCellGeometry.hh" |
MacroCellGeometry
class description - source file - inheritance tree (.pdf)
class MacroCellGeometry : public EsafMsgSource
| Inheritance Chart: | |||||||||
|
private:
MacroCell* Cell()
virtual void Compute()
public:
MacroCellGeometry(MacroCell*)
virtual ~MacroCellGeometry()
static TClass* Class()
virtual void Draw() const
Photomultiplier* FindHitPmt(const Photon& p) const
const EVector& GetCenter() const
EVector GetDownLeft() const
EVector GetDownRight() const
const EVector& GetNormal() const
EVector GetUpLeft() const
EVector GetUpRight() const
const EVector& GetXAxis() const
const EVector& GetYAxis() const
virtual TClass* IsA() const
Double_t IsHit(const Photon& p) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Data Members
private:
MacroCell* pCell
EVector fNormal
EVector fCenter
EVector fXAxis
EVector fYAxis
Double_t fXMin
Double_t fXMax
Double_t fYMin
Double_t fYMax
Class Description
Double_t IsHit(const Photon &p) const
Photomultiplier* FindHitPmt(const Photon &p) const
finds which pmt has been hit, if exists
void Compute()
Compute internal infos
void Draw() const
FIXME: to be done (call EC->Draw)
Inline Functions
void ~MacroCellGeometry()
MacroCellGeometry MacroCellGeometry(MacroCell*)
const EVector& GetNormal() const
const EVector& GetCenter() const
const EVector& GetXAxis() const
const EVector& GetYAxis() const
EVector GetUpLeft() const
EVector GetUpRight() const
EVector GetDownLeft() const
EVector GetDownRight() const
MacroCell* Cell()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
