#include "hwallgeompar.h" |
HWallGeomPar
class description - source file - inheritance tree (.pdf)
public:
HWallGeomPar(const char* name = "WallGeomPar", const char* title = "Wall geometry parameters", const char* context = "GeomProduction")
HWallGeomPar(const HWallGeomPar&)
~HWallGeomPar()
static TClass* Class()
TString getCellName(Int_t)
virtual Int_t getCompNum(const TString&)
virtual Int_t getModNumInComp(const TString& name)
virtual Int_t getModNumInMod(const TString& name)
virtual Bool_t init(HParIo*, Int_t*)
virtual TClass* IsA() const
HWallGeomPar& operator=(const HWallGeomPar&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual Int_t write(HParIo*)
HWallGeomPar
Container class for the basic Wall geometry parameters
HWallGeomPar(const char* name,const char* title,
const char* context)
: HDetGeomPar(name,title,context,"Wall")
constructor calling the base class constructor with the detector name
Bool_t init(HParIo* inp,Int_t* set)
intitializes the container from an input
Int_t write(HParIo* output)
writes the container to an output
Int_t getCompNum(const TString& name)
returns the cell index retrieved from the component name W00Xxxx
TString getCellName(const Int_t c)
returns cell name W00Xxxx retrieved from the cell index c
c -> from 0 to 383; xxx -> from 1 to 385
Inline Functions
void ~HWallGeomPar()
Int_t getModNumInMod(const TString& name)
Int_t getModNumInComp(const TString& name)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HWallGeomPar HWallGeomPar(const HWallGeomPar&)
HWallGeomPar& operator=(const HWallGeomPar&)
Last update: Fri Jan 26 12:38:15 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.