#include "hshowergeantwire.h" |
HShowerGeantWire
class description - source file - inheritance tree (.pdf)
public:
HShowerGeantWire()
HShowerGeantWire(const HShowerGeantWire&)
~HShowerGeantWire()
static TClass* Class()
void Clear()
Float_t getCharge() const
Int_t getModule()
Int_t getSector()
Int_t getTrack()
Int_t getWireNr()
void getXY(Float_t* pfX, Float_t* pfY)
virtual TClass* IsA() const
HShowerGeantWire& operator=(const HShowerGeantWire&)
void setCharge(Float_t q)
void setModule(Int_t nMod)
void setSector(Int_t nSect)
void setTrack(Int_t nTrk)
void setWireNr(Int_t nNr)
void setXY(Float_t fX, Float_t fY)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
float fCharge Charge for each hit on the wire
float fXWire X position of hit on the wire
float fYWire Y position of hit on the wire
int nWireNr number of the fired wire
int nModule module number
int nSector sector number
int nTrack track number from Kine
HShowerGeantWire
This class describes of the hit on the wire of pre-SHOWER
detector
HShowerGeantWire(void)
void Clear(void)
clearing data
void getXY(Float_t* pfX, Float_t* pfY)
return position x,y of the hit on the wire
void setXY(Float_t fX, Float_t fY)
set position x,y of the hit on the wire
void Streamer(TBuffer &R__b)
Stream an object of class HShowerGeantWire.
Inline Functions
void ~HShowerGeantWire()
Float_t getCharge() const
Int_t getWireNr()
Int_t getModule()
Int_t getSector()
Int_t getTrack()
void setCharge(Float_t q)
void setWireNr(Int_t nNr)
void setModule(Int_t nMod)
void setSector(Int_t nSect)
void setTrack(Int_t nTrk)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void StreamerNVirtual(TBuffer& b)
HShowerGeantWire HShowerGeantWire(const HShowerGeantWire&)
HShowerGeantWire& operator=(const HShowerGeantWire&)
Last update: Fri Jan 26 12:32:55 2007
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.