]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerConstants.h
Updated to use the new CTP framework (Christian)
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerConstants.h
index 8c5223f3e16ba09a8f35a930f00853151ba00563..3b35149b0817ea2c837f64401d57e4207de25314 100644 (file)
@@ -6,6 +6,10 @@
 
 /* $Id$ */
 // Revision of includes 07/05/2004
+//
+/// \ingroup base
+/// \class AliMUONTriggerConstants
+/// \brief MUON Trigger constants
 
 #include <TNamed.h>
 
@@ -23,6 +27,8 @@ public:
   static Float_t XcMin(Int_t imodule); 
   static Float_t XcMax(Int_t imodule);
   static Int_t CircuitId(Int_t icircuit);
+  static Float_t StripWidth(Int_t istrip);
+  static Float_t StripLength(Int_t istrip);
   
 private:
   static const Int_t fgkNmodule;        // total number of module
@@ -31,7 +37,9 @@ private:
   static const Int_t fgkNstripY[126];   // number of Y strips 
   static const Float_t fgkXcMin[126];   // min X pos of module
   static const Float_t fgkXcMax[126];   // max X poa of module 
-  static const Int_t fgkCircuitId[234]; // circuit Id. number   
+  static const Int_t fgkCircuitId[234]; // circuit Id. number
+  static const Float_t fgkStripWidth[3]; // strip width
+  static const Float_t fgkStripLength[4]; // strip length
   
   ClassDef(AliMUONTriggerConstants,1) // Trigger Constants class