#include "hmdclayergeompar.h" |
HMdcLayerGeomPar
class description - source file - inheritance tree (.pdf)
public:
HMdcLayerGeomPar(const char* name = "MdcLayerGeomPar", const char* title = "geometry parameters for Mdc layers", const char* context = "MdcLayerGeomParProduction")
HMdcLayerGeomPar(const HMdcLayerGeomPar&)
~HMdcLayerGeomPar()
static TClass* Class()
virtual void clear()
TNtuple* getNtuple()
Int_t getSize()
virtual Bool_t init(HParIo* input, Int_t* set)
virtual TClass* IsA() const
HMdcLayerGeomPar& operator=(const HMdcLayerGeomPar&)
HMdcLayerGeomParSec& operator[](Int_t i)
void printParam()
void putAsciiHeader(TString&)
void readline(const char*, Int_t*)
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)
protected:
TObjArray* array array of pointers of type HMdcLayerGeomParSec
TNtuple* ntuple ! Ntuple with all parameters
HMdcLayerGeomPar
Container class for the Mdc specific geometry parameters of
the layers
The parameter container is used by several tasks: digitizer,
hit finder, event display.
This class replaces the former class HMdcDigitGeomPar.
HMdcLayerGeomPar(const char* name,const char* title,
const char* context)
: HParSet(name,title,context)
constructor creates an array of 6 pointers of type
HMdcLayerGeomParSec
The number of wires is NOT initialized via the init()
function but copied from the parameter container "MdcGeomStruct"
which must be initialized before calling the constructor
~HMdcLayerGeomPar()
destructor deletes the pointer array
Int_t getSize()
return the size of the pointer array
Bool_t init(HParIo* inp,Int_t* set)
initializes the container from an input
Int_t write(HParIo* output)
writes the container to an output
void readline(const char *buf, Int_t *set)
decodes one line read from ascii file I/O
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)
writes one line to the buffer used by ascii file I/O
void clear()
clears the container
TNtuple* getNtuple()
fills the parameters into an TNtuple for drawing
void printParam()
Inline Functions
HMdcLayerGeomParSec& operator[](Int_t i)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HMdcLayerGeomPar HMdcLayerGeomPar(const HMdcLayerGeomPar&)
HMdcLayerGeomPar& operator=(const HMdcLayerGeomPar&)
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.