HMdcCalPar
class description - source file - inheritance tree (.pdf)
public:
HMdcCalPar(const char* name = "MdcCalPar", const char* title = "calibration parameters for Mdc", const char* context = "MdcCalParRawProduction")
HMdcCalPar(const HMdcCalPar&)
~HMdcCalPar()
static TClass* Class()
virtual void clear()
Bool_t fillMdcCalParRaw(HMdcCalParRaw&)
TNtuple* getNtuple()
Int_t getSize()
virtual Bool_t init(HParIo* input, Int_t* set)
virtual TClass* IsA() const
HMdcCalPar& operator=(const HMdcCalPar&)
HMdcCalParSec& operator[](Int_t i)
void putAsciiHeader(TString&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual Int_t write(HParIo* output)
Bool_t writeline(char*, Int_t, Int_t, Int_t, Int_t)
protected:
TObjArray* array array of pointers of type HMdcCalParSec
TNtuple* ntuple ! Ntuple with all calibration parameters
HMdcCalPar
Container class for Mdc calibration parameters
(accessed by addresses: sector module layer cell)
HMdcCalPar(const char* name,const char* title,
const char* context)
: HParSet(name,title,context)
constructor creates an array of pointers of type HMdcCalParSec
~HMdcCalPar()
destructor
Int_t getSize()
return the size of the pointer array
Bool_t init(HParIo* inp,Int_t* set)
intitializes the container by coping the data from the parameter container
MdcCalParRaw, uses the lookup table MdcLookupRaw for address mapping
Int_t write(HParIo* output)
writes the container to an output
void clear()
clears the container
TNtuple* getNtuple()
fills the calibration parameters into an TNtuple for drawing
Bool_t fillMdcCalParRaw(HMdcCalParRaw& rPar)
copies the calibration parameters to the container MdcCalParRaw
void putAsciiHeader(TString& header)
puts the ascii header to the string used in HMdcParAsciiFileIo
Bool_t writeline(char *buf, Int_t sec, Int_t mod, Int_t lay, Int_t cell)
writes one line to the buffer used by ascii file I/O
Inline Functions
HMdcCalParSec& operator[](Int_t i)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HMdcCalPar HMdcCalPar(const HMdcCalPar&)
HMdcCalPar& operator=(const HMdcCalPar&)
Last update: 17/01/2002 by I. Koenig
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.