4 #ifndef __KVINDRADETECTOR_H
5 #define __KVINDRADETECTOR_H
7 #include "KVDetector.h"
8 #include "KVINDRATelescope.h"
64 if (type ==
"SILI" || type ==
"SI75")
return index.Atoi();
65 return index.Atoi() / 100;
75 if (type ==
"SILI" || type ==
"SI75")
return 0;
76 return index.Atoi() % 100;
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