]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MFT/AliMFTConstants.h
Updated MFT code (Antonio)
[u/mrichter/AliRoot.git] / MFT / AliMFTConstants.h
index 44ceb27337465f1f6f7eea7d120aaf1110c04cc0..5bbae2dcc523f05e4da603ebaac9207f1b00ae6a 100644 (file)
@@ -20,12 +20,12 @@ public:
   
   static const Int_t fNMaxPlanes = 20; 
 
-  static const Int_t fNMaxDigitsPerCluster = 12;       ///< max number of digits per cluster
+  static const Int_t fNMaxDigitsPerCluster = 50;  ///< max number of digits per cluster
   static const Double_t fCutForAvailableDigits;   ///<
   static const Double_t fCutForAttachingDigits;   ///<
 
-  static const Int_t fNMaxMCTracksPerCluster = 30;   ///< max number of MC tracks sharing the same MFT cluster
-  static const Int_t fNMaxMCTracksPerDigit = 10;     ///< max number of MC tracks sharing the same MFT digit
+  static const Int_t fNMaxMCTracksPerCluster = 10;   ///< max number of MC tracks sharing the same MFT cluster
+  static const Int_t fNMaxMCTracksPerDigit = 3;      ///< max number of MC tracks sharing the same MFT digit
 
   static const Double_t fElossPerElectron;
 
@@ -45,12 +45,16 @@ public:
 
   static const Double_t fRadLengthSi;    ///< expressed in cm
 
+  static const Double_t fWidthChip;      ///< expressed in cm
+
+  static const Double_t fPrecisionPointOfClosestApproach;  ///< precision (along z) for the research of the point of closest approach for a dimuon
+
 protected:
 
   AliMFTConstants() : TObject() {}
   virtual ~AliMFTConstants(){}
 
-  ClassDef(AliMFTConstants, 0)   // MFT global constants 
+  ClassDef(AliMFTConstants, 2)    // MFT global constants 
 
 };