HShowerWireTab
class description - source file - inheritance tree (.pdf)
public:
HShowerWireTab()
virtual ~HShowerWireTab()
Int_t addWire(HShowerWire*)
static TClass* Class()
Float_t getDistWire()
int getModuleID()
HShowerWire* getWire(int nWire)
Int_t getWireNr()
Bool_t initAscii(HParHadAsciiFileIo* pHadAsciiFile)
virtual TClass* IsA() const
Int_t lookupWire(float y)
void reset()
void setDistWire(Float_t fDist)
void setModuleID(int id)
Int_t setWire(HShowerWire* pWire, Int_t n)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Bool_t writeAscii(HParHadAsciiFileIo* pHadAsciiFile)
private:
Float_t fDistWire distance between wires
TObjArray m_WiresArr table of inforamtion of one wire
Int_t nWires number of wires
Int_t m_nModuleID module identifiction
HShowerWire
Class describe coordinates one wire
HShowerWireTab
Table of local coordinates of wires
HShowerWireTab()
creating empty table
~HShowerWireTab()
Bool_t initAscii(HParHadAsciiFileIo* pHadAsciiFile)
reading and initializing wires table from ascii file (HAsciiKey format)
Bool_t writeAscii(HParHadAsciiFileIo* pHadAsciiFile)
writing wires table into ascii file (HAsciiKey format)
void reset()
clearing data
HShowerWire* getWire(Int_t n)
return information about one wire
Int_t addWire(HShowerWire* pWire)
add new wire information
Int_t setWire(HShowerWire* pWire, Int_t n)
set wire information at n pos
Int_t lookupWire(float y)
return number of wire at position y
Inline Functions
Int_t getWireNr()
void setDistWire(Float_t fDist)
Float_t getDistWire()
void setModuleID(int id)
int getModuleID()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Fri Jan 26 12:34:14 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.