BrDetectorTPC
class description - source file - inheritance tree
public:
BrDetectorTPC BrDetectorTPC()
BrDetectorTPC BrDetectorTPC(const Char_t* name, const Char_t* title, const Char_t* det_name)
BrDetectorTPC BrDetectorTPC(BrDetectorTPC&)
virtual void ~BrDetectorTPC()
static TClass* Class()
virtual void Clear()
virtual void DrawGeantHits(BrDataTable* ghits)
virtual void DrawLocalTracks(BrDataTable* tracktable)
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TPolyMarker3D* fPolyMarker !
Float_t* f3DPoints !points for the polymarker and polyline
TPolyLine3D* fPolyLine[100] !lines for the polyline
BrDetectorTPC()
Vanilla constructor; Should not be called within the ROOT environment.
BrDetectorTPC(const Char_t *name, const Char_t *title, const Char_t *det_name) //,BrDetectorVolume *vol)
Constructor. This is the default constructor to use.
~BrDetectorTPC()
default destructor
void Clear()
void DrawGeantHits(BrDataTable *ghits)
void DrawLocalTracks(BrDataTable *tracktable)
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
BrDetectorTPC BrDetectorTPC(BrDetectorTPC&)
|