]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONv1.h
Adding misalignment with gaussian distribution
[u/mrichter/AliRoot.git] / MUON / AliMUONv1.h
index 3c3797c6f31cc79f48b3fbf8c53e2ae2f065ddff..31041b29bf33a29125d2ead27b643e445f0f876b 100644 (file)
@@ -6,14 +6,18 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 
+/// \ingroup base
+/// \class AliMUONv1
+/// \brief Manager and hits classes for set:MUON version 1
+
 /////////////////////////////////////////////////////////
 //  Manager and hits classes for set:MUON version 1    //
 /////////////////////////////////////////////////////////
  
-#include <TLorentzVector.h>
-
 #include "AliMUON.h"
 
+#include <TLorentzVector.h>
+
 class TF1;
 class TGeoCombiTrans;
 class TString;
@@ -23,7 +27,9 @@ class AliMUONv1 : public AliMUON
 {
  public:
    AliMUONv1();
-   AliMUONv1(const char *name, const char *title);
+   AliMUONv1(const char *name, const char *title="FactoryV4",
+           const char* sDigitizerType="sdigitizer:AliMUONSDigitizerV2",
+           const char* digitizerType="digitizer:NewDigitizerWithNoiseOldTrigger");
    virtual  ~AliMUONv1();
    virtual void   CreateGeometry();
    virtual void   CreateMaterials();
@@ -32,9 +38,7 @@ class AliMUONv1 : public AliMUON
    virtual void   StepManager();
                   //TBR
    virtual void   StepManager2();
-   void StepManagerOld();
-                  //TBR
-   void StepManagerOld2();
+
    void SetStepManagerVersionOld(Bool_t Opt) 
      { fStepManagerVersionOld = Opt; }
    void SetStepManagerVersionDE(Bool_t Opt) 
@@ -65,8 +69,8 @@ class AliMUONv1 : public AliMUON
    TF1 *          fElossRatio;    // Ratio of particle mean eloss with respect MIP's 
    TF1 *          fAngleEffect10; // Angle effect in tracking chambers at theta =10 degres as a function of ElossRatio (Khalil BOUDJEMLINE sep 2003 Ph.D Thesis) (in micrometers)  
    TF1 *          fAngleEffectNorma;// Angle effect: Normalisation form theta=10 degres to theta between 0 and 10 (Khalil BOUDJEMLINE sep 2003 Ph.D Thesis)
-
-   ClassDef(AliMUONv1,3)  // MUON Detector class Version 1
+     
+   ClassDef(AliMUONv1,5)  // MUON Detector class Version 1
 };
 #endif