From b717b9577c8877dc9024436fd4f73bb88289ea0a Mon Sep 17 00:00:00 2001 From: pcrochet Date: Tue, 24 Oct 2006 15:34:48 +0000 Subject: [PATCH] include fgkTriggerTofLimit (Philippe) --- MUON/AliMUONConstants.cxx | 3 +-- MUON/AliMUONConstants.h | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/MUON/AliMUONConstants.cxx b/MUON/AliMUONConstants.cxx index 440ca174ddf..84fcf96df5c 100644 --- a/MUON/AliMUONConstants.cxx +++ b/MUON/AliMUONConstants.cxx @@ -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 diff --git a/MUON/AliMUONConstants.h b/MUON/AliMUONConstants.h index 0c9090bb6e8..2f66c35d3f1 100644 --- a/MUON/AliMUONConstants.h +++ b/MUON/AliMUONConstants.h @@ -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 }; -- 2.39.3