#include "hshowertrack.h" |
HShowerTrack
class description - source file - inheritance tree (.pdf)
public:
HShowerTrack()
HShowerTrack(const HShowerTrack&)
~HShowerTrack()
static TClass* Class()
Int_t clear()
virtual Int_t Compare(const TObject* obj) const
Int_t getAddress()
Int_t getTrack()
virtual TClass* IsA() const
virtual Bool_t IsSortable() const
HShowerTrack& operator=(const HShowerTrack&)
void setAddress(Int_t nAddr)
void setTrack(Int_t nTrack)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t m_nAddress address of pad in SMRRCC convention
Int_t m_nTrack track number
______________________________________________________
HShowerTrack
This class stores the track numbers of the particle
that hit the PreShower. It is sortable by the
fired pad address.
int clear()
void Streamer(TBuffer &R__b)
Stream an object of class HShowerTrack.
Inline Functions
void ~HShowerTrack()
HShowerTrack HShowerTrack()
Int_t getAddress()
Int_t getTrack()
void setAddress(Int_t nAddr)
void setTrack(Int_t nTrack)
Bool_t IsSortable() const
Int_t Compare(const TObject* obj) const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void StreamerNVirtual(TBuffer& b)
HShowerTrack HShowerTrack(const HShowerTrack&)
HShowerTrack& operator=(const HShowerTrack&)
Author: Leszek Kidon
Last update: 22/02/2000 L.Fabbietti
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.