4 #ifndef __KVINDRADETECTOR_H
5 #define __KVINDRADETECTOR_H
63 if (
type ==
"SILI" ||
type ==
"SI75")
return index.
Atoi();
64 return index.
Atoi() / 100;
74 if (
type ==
"SILI" ||
type ==
"SI75")
return 0;
75 return index.
Atoi() % 100;
#define ClassDef(name, id)
virtual void SetType(const Char_t *str)
Base class for detector geometry description.
KVGeoStrucElement * GetParentStructure(const Char_t *type, const Char_t *name="") const
Base class for detectors of INDRA array.
void SetType(const Char_t *t)
UInt_t GetRingNumber() const
void SetThickness(Double_t thick)
KVINDRADetector(const Char_t *type, const Float_t thick=0.0)
UInt_t GetModuleNumber() const
virtual ~KVINDRADetector()
virtual void SetSegment(UShort_t)
const Char_t * GetArrayName()
KVINDRATelescope * GetTelescope() const
KVINDRADetector * FindChIo()
KVINDRADetector * fChIo
pointer to ionisation chamber in group associated to this detector
KVINDRADetector * GetChIo() const
Base class for telescopes in INDRA array.
Int_t GetRingNumber() const
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
void Begin(TString delim) const
KVString Next(Bool_t strip_whitespace=kFALSE) const
virtual const char * GetName() const