X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFv6T0.h;h=f61411fe5b6a9f81cccbba43d6c68bfaa0e58ac1;hb=c2f1b4fb9a87beb97b4320f8484895f7dd8d7a8f;hp=3c0c32d08093f22419bcac7569b95200746b9a30;hpb=4f2833558234f05c545b4e26102dd39b41dd0ab7;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFv6T0.h b/TOF/AliTOFv6T0.h index 3c0c32d0809..f61411fe5b6 100644 --- a/TOF/AliTOFv6T0.h +++ b/TOF/AliTOFv6T0.h @@ -1,5 +1,5 @@ -#ifndef ALITOFv6T0_H -#define ALITOFv6T0_H +#ifndef ALITOFV6T0_H +#define ALITOFV6T0_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ @@ -21,7 +21,6 @@ public: AliTOFv6T0(); AliTOFv6T0(const char *name, const char *title); virtual ~AliTOFv6T0() {}; - virtual void BuildGeometry(); virtual void CreateGeometry(); virtual void CreateMaterials(); virtual void Init(); @@ -31,13 +30,11 @@ public: virtual void TOFpc(Float_t, Float_t, Float_t, Float_t) {}; virtual void TOFpc(Float_t, Float_t, Float_t, Float_t, Float_t, Float_t) {}; virtual void StepManager(); - virtual void DrawModule() const; - virtual void DrawDetectorModules() const; - virtual void DrawDetectorStrips() const; protected: - void MaterialMixer(Float_t* p,Float_t* a,Float_t* m,Int_t n) const; + void MaterialMixer(Float_t * p, const Float_t * const a, + const Float_t * const m, Int_t n) const; private: @@ -96,10 +93,20 @@ private: // modules respect to // the central module // centre (cm) + /* static const Float_t fgkLengthInCeModBorder; // height of border // between the central // and intermediate // modules (cm) + */ + static const Float_t fgkLengthInCeModBorderU; // height of upper border + // between the central + // and intermediate + // modules (cm) + static const Float_t fgkLengthInCeModBorderD; // height of lower border + // between the central + // and intermediate + // modules (cm) static const Float_t fgkLengthExInModBorder; // height of border // between the // intermediate and @@ -137,7 +144,7 @@ private: static const Float_t fgkBarS1[3]; // (cm) static const Float_t fgkBarS2[3]; // (cm) - ClassDef(AliTOFv6T0,0) //Time Of Flight version 6 + ClassDef(AliTOFv6T0,1) //Time Of Flight version 6 }; -#endif /* ALITOFv6T0_H */ +#endif /* ALITOFV6T0_H */