]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MFT/AliMFTConstants.h
Moving macros into macros folder
[u/mrichter/AliRoot.git] / MFT / AliMFTConstants.h
index 175be431b20ae24e75635a9c4902a819e7ae9759..1cbb3b4cffe3ca1ae1543e04b9b8761fee001e3b 100644 (file)
@@ -29,9 +29,6 @@ public:
 
   static const Double_t fElossPerElectron;
 
-  // minimum radial distance of the MFT sensors. To be carefully coordinated with fActiveSuperposition
-  static const Double_t fRadiusMin;  ///<
-        
   // superposition between the active elements tasselling the MFT planes, for having a full acceptance coverage even in case of 10 degrees inclined tracks
   static const Double_t fActiveSuperposition;  ///<
                                                 
@@ -60,12 +57,16 @@ public:
 
   static const Double_t fMisalignmentMagnitude;   // Expected misalignment magnitude (for MC, waiting for OCDB)
 
+  static const Int_t fNMaxMuonsForPCA = 10;
+  static const Int_t fNMaxPileUpEvents = 5;         // Max events to consider for pile-up studies
+  static const Int_t fLabelOffsetMC = 10000000;     // Offset to be added to MC labels of tracks from merged underlying and pile-up events
+
 protected:
 
   AliMFTConstants() : TObject() {}
   virtual ~AliMFTConstants(){}
 
-  ClassDef(AliMFTConstants, 2)    // MFT global constants 
+  ClassDef(AliMFTConstants, 4)    // MFT global constants 
 
 };