]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
include fgkTriggerTofLimit (Philippe)
authorpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Oct 2006 15:34:48 +0000 (15:34 +0000)
committerpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Oct 2006 15:34:48 +0000 (15:34 +0000)
MUON/AliMUONConstants.cxx
MUON/AliMUONConstants.h

index 440ca174ddf79c519e1961ce48e9039ee048cf40..84fcf96df5c308d8f337ec707bdab3199f5408dc 100644 (file)
@@ -42,8 +42,7 @@ Int_t   AliMUONConstants::fgNTriggerCh = 4;
 Int_t   AliMUONConstants::fgNTriggerCircuit = 234;
 Int_t   AliMUONConstants::fgNDetElem = 228;
 Int_t   AliMUONConstants::fgNGeomModules = 20;
-
-
+Float_t AliMUONConstants::fgkTriggerTofLimit = 75E-9;
 
 Float_t AliMUONConstants::fgDefaultChamberZ[14] = 
   {-526.16, -545.24, -676.4, -695.4, // St12
index 0c9090bb6e8c17921b7a0490e4b27f58c0e8012b..2f66c35d3f1b2d237797ee753cb9897428d2eba4 100644 (file)
@@ -66,7 +66,9 @@ class AliMUONConstants : public TObject {
     static Float_t Pitch()    {return fgPitch;}
     /// Return wire pitch for Station 1 & 2
     static Float_t PitchSt1() {return fgPitchSt1;}
-
+    /// Return Trigger ToF Limit (75 ns)
+    static Float_t TriggerTofLimit() {return fgkTriggerTofLimit;}
  protected:
     /// Default constructor
     AliMUONConstants() : TObject() {}
@@ -101,6 +103,7 @@ class AliMUONConstants : public TObject {
     static Float_t  fgPitchSt1;          ///< Wire pitch for Station 1
 
     static Int_t    fgMaxZoom;           ///< Maximum Zoom for event display
+    static Float_t fgkTriggerTofLimit;   ///< Particle above this threshold are discarded in trigger algorithm
     
     ClassDef(AliMUONConstants, 0) // MUON global constants 
 };