]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONv1.h
Transition to NewIO
[u/mrichter/AliRoot.git] / MUON / AliMUONv1.h
index 70c5ffe43c241115c1b7e22cd68c07c495a9847d..04955c09d838b3d00eca96614f64a3b9c51010a4 100644 (file)
@@ -4,6 +4,7 @@
  * See cxx source for full Copyright notice                               */
 
 /* $Id$ */
+/* $Id$ */
 
 /////////////////////////////////////////////////////////
 //  Manager and hits classes for set:MUON version 0    //
@@ -21,8 +22,18 @@ public:
    virtual void   Init();
    virtual Int_t  IsVersion() const {return 1;}
    virtual void   StepManager();
+   void StepManagerOld();
+   void SetStepManagerVersionOld(Bool_t Opt) 
+     { fStepManagerVersionOld = Opt; }
+   void SetStepMaxInActiveGas(Float_t StepMax)
+     {fStepMaxInActiveGas = StepMax; }
+protected:
+   Int_t*  fStations; //! allow to externally set which station to create
+   Bool_t  fStepManagerVersionOld; // Version of StepManager, Default is false
+   Float_t fStepMaxInActiveGas; // Step mas in active gas default 0.6cm
+   virtual Int_t  GetChamberId(Int_t volId) const;
 private:
-   ClassDef(AliMUONv1,1)  //Hits manager for set:MUON version 0
+   ClassDef(AliMUONv1,1)  // MUON Detector class Version 1
 };
 #endif