]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFv6T0.h
ATO-97 Function to connect CalPads trees into the common Tree as friend trees. naming...
[u/mrichter/AliRoot.git] / TOF / AliTOFv6T0.h
index 4b89cb9df58bc55ba467a93e467cdad720b64a9d..f61411fe5b6a9f81cccbba43d6c68bfaa0e58ac1 100644 (file)
@@ -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                               */
 
@@ -30,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:
 
@@ -95,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
@@ -136,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 */