]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New class which contains quantities previously defined as global variables
authorpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 Jun 2000 09:57:57 +0000 (09:57 +0000)
committerpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 Jun 2000 09:57:57 +0000 (09:57 +0000)
MUON/AliMUONTriggerConstants.cxx [new file with mode: 0644]
MUON/AliMUONTriggerConstants.h [new file with mode: 0644]

diff --git a/MUON/AliMUONTriggerConstants.cxx b/MUON/AliMUONTriggerConstants.cxx
new file mode 100644 (file)
index 0000000..72516a7
--- /dev/null
@@ -0,0 +1,227 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/*
+$Log$
+*/
+
+#include "AliMUONTriggerConstants.h"
+
+ClassImp(AliMUONTriggerConstants)
+
+//----------------------------------------------------------------------
+AliMUONTriggerConstants::AliMUONTriggerConstants()
+{
+// constructor
+    ;
+}
+//----------------------------------------------------------------------
+AliMUONTriggerConstants::~AliMUONTriggerConstants()
+{
+// destructor
+    ;
+}
+
+//----------------------------------------------------------------------
+const Int_t AliMUONTriggerConstants::fgNmodule = 126;
+
+//----------------------------------------------------------------------
+// conv : line-column (line : from top to bottom, column : from left to right)
+const Int_t AliMUONTriggerConstants::fgModuleId[126] = 
+{11,12,13,14,15,16,17,         // right side of the chamber
+ 21,22,23,24,25,26,27,
+ 31,32,33,34,35,36,37,
+ 41,42,43,44,45,46,47,
+ 51,52,53,54,55,56,57,
+ 61,62,63,64,65,66,67,
+ 71,72,73,74,75,76,77,
+ 81,82,83,84,85,86,87,
+ 91,92,93,94,95,96,97,   
+ -11,-12,-13,-14,-15,-16,-17,  // right side of chamber
+ -21,-22,-23,-24,-25,-26,-27,
+ -31,-32,-33,-34,-35,-36,-37,
+ -41,-42,-43,-44,-45,-46,-47,
+ -51,-52,-53,-54,-55,-56,-57,
+ -61,-62,-63,-64,-65,-66,-67,
+ -71,-72,-73,-74,-75,-76,-77,
+ -81,-82,-83,-84,-85,-86,-87,
+ -91,-92,-93,-94,-95,-96,-97};
+
+//----------------------------------------------------------------------
+const Int_t AliMUONTriggerConstants::fgNstripX[126]=
+{16,16,16,16,16,16,16,  // right side of the chamber 
+ 32,32,32,32,32,32,16,
+ 32,32,32,32,32,32,16,
+ 48,64,64,32,32,32,16,
+ 0,64,64,32,32,32,16,
+ 48,64,64,32,32,32,16,
+ 32,32,32,32,32,32,16,
+ 32,32,32,32,32,32,16,
+ 16,16,16,16,16,16,16,  // left side of the chamber
+ 16,16,16,16,16,16,16,
+ 32,32,32,32,32,32,16,
+ 32,32,32,32,32,32,16,
+ 48,64,64,32,32,32,16,
+ 0,64,64,32,32,32,16,
+ 48,64,64,32,32,32,16,
+ 32,32,32,32,32,32,16,
+ 32,32,32,32,32,32,16,
+ 16,16,16,16,16,16,16};
+
+//----------------------------------------------------------------------  
+const Int_t AliMUONTriggerConstants::fgNstripY[126]=
+{ 8, 8, 8, 8, 8, 8,16,  // right side of the chamber
+  8, 8, 8, 8, 8, 8,16,
+  16,16,16,16,16, 8,16,
+  16,16,16,16,16, 8,16,
+  0, 8,16,16,16, 8,16,
+  16,16,16,16,16, 8,16,
+  16,16,16,16,16, 8,16,
+  8, 8, 8, 8, 8, 8,16,
+  8, 8, 8, 8, 8, 8,16,  
+  8, 8, 8, 8, 8, 8,16,  // left side of the chamber
+  8, 8, 8, 8, 8, 8,16,
+  16,16,16,16,16, 8,16,
+  16,16,16,16,16, 8,16,
+  0, 8,16,16,16, 8,16,
+  16,16,16,16,16, 8,16,
+  16,16,16,16,16, 8,16,
+  8, 8, 8, 8, 8, 8,16,
+  8, 8, 8, 8, 8, 8,16};
+
+//----------------------------------------------------------------------  
+const Float_t AliMUONTriggerConstants::fgXcMin[126]=
+{0.,34.,68.,102.,136.,170.,204., // right
+ 0.,34.,68.,102.,136.,170.,204.,
+ 0.,34.,68.,102.,136.,170.,204.,
+ 0.,34.,68.,102.,136.,170.,204.,
+ 0.,51.,68.,102.,136.,170.,204.,
+ 0.,34.,68.,102.,136.,170.,204.,
+ 0.,34.,68.,102.,136.,170.,204.,
+ 0.,34.,68.,102.,136.,170.,204.,
+ 0.,34.,68.,102.,136.,170.,204.,
+ -34.,-68.,-102.,-136.,-170.,-204.,-272., //left
+ -34.,-68.,-102.,-136.,-170.,-204.,-272.,
+ -34.,-68.,-102.,-136.,-170.,-204.,-272.,
+ -34.,-68.,-102.,-136.,-170.,-204.,-272.,
+ 0.,-68.,-102.,-136.,-170.,-204.,-272.,
+ -34.,-68.,-102.,-136.,-170.,-204.,-272.,
+ -34.,-68.,-102.,-136.,-170.,-204.,-272.,
+ -34.,-68.,-102.,-136.,-170.,-204.,-272.,
+ -34.,-68.,-102.,-136.,-170.,-204.,-272.};
+
+//----------------------------------------------------------------------  
+const Float_t AliMUONTriggerConstants::fgXcMax[126]=
+{34.,68.,102.,136.,170.,204.,272., //right
+ 34.,68.,102.,136.,170.,204.,272.,
+ 34.,68.,102.,136.,170.,204.,272.,
+ 34.,68.,102.,136.,170.,204.,272.,
+ 0.,68.,102.,136.,170.,204.,272.,
+ 34.,68.,102.,136.,170.,204.,272.,
+ 34.,68.,102.,136.,170.,204.,272.,
+ 34.,68.,102.,136.,170.,204.,272.,
+ 34.,68.,102.,136.,170.,204.,272., 
+ 0.,-34.,-68.,-102.,-136.,-170.,-204., // left
+ 0.,-34.,-68.,-102.,-136.,-170.,-204.,
+ 0.,-34.,-68.,-102.,-136.,-170.,-204.,
+ 0.,-34.,-68.,-102.,-136.,-170.,-204.,
+ 0.,-51.,-68.,-102.,-136.,-170.,-204.,
+ 0.,-34.,-68.,-102.,-136.,-170.,-204.,
+ 0.,-34.,-68.,-102.,-136.,-170.,-204.,
+ 0.,-34.,-68.,-102.,-136.,-170.,-204.,
+ 0.,-34.,-68.,-102.,-136.,-170.,-204.};
+
+//----------------------------------------------------------------------  
+const Int_t AliMUONTriggerConstants::fgCircuitId[234]=
+{111, 121, 131, 141, 151, 161, 171,
+ 211, 212, 221, 222, 231, 232, 241, 242, 251, 252, 261, 262, 271,
+ 311, 312, 321, 322, 331, 332, 341, 342, 351, 352, 361, 362, 371,
+ 411, 412, 413, 421, 422, 423, 424, 431, 432, 433, 434, 441, 442, 
+ 451, 452, 461, 462, 471,
+ 521, 522, 523, 524, 531, 532, 533, 534, 541, 542, 551, 552, 561, 562, 571, 
+ 611, 612, 613, 621, 622, 623, 624, 631, 632, 633, 634, 641, 642,
+ 651, 652, 661, 662, 671,
+ 711, 712, 721, 722, 731, 732, 741, 742, 751, 752, 761, 762, 771,
+ 811, 812, 821, 822, 831, 832, 841, 842, 851, 852, 861, 862, 871,
+ 911, 921, 931, 941, 951, 961, 971,
+ -111, -121, -131, -141, -151, -161, -171,
+ -211, -212, -221, -222, -231, -232, -241, -242, -251, -252, -261, -262, -271,
+ -311, -312, -321, -322, -331, -332, -341, -342, -351, -352, -361, -362, -371,
+ -411, -412, -413, -421, -422, -423, -424, -431, -432, -433, -434, -441, -442, 
+ -451, -452, -461, -462, -471,
+ -521, -522, -523, -524, -531, -532, -533, -534, -541, -542, -551, -552, -561, -562, -571, 
+ -611, -612, -613, -621, -622, -623, -624, -631, -632, -633, -634, -641, -642,
+ -651, -652, -661, -662, -671,
+ -711, -712, -721, -722, -731, -732, -741, -742, -751, -752, -761, -762, -771,
+ -811, -812, -821, -822, -831, -832, -841, -842, -851, -852, -861, -862, -871,
+ -911, -921, -931, -941, -951, -961, -971};
+
+
+
+//----------------------------------------------------------------------
+// methods which returns public static const data
+//----------------------------------------------------------------------
+Int_t AliMUONTriggerConstants::Nmodule()
+{
+// returns fgNmodule
+    return fgNmodule;    
+}
+//----------------------------------------------------------------------
+Int_t AliMUONTriggerConstants::ModuleId(Int_t imodule)
+{
+// returns fgModuleId
+    return fgModuleId[imodule];
+}
+//----------------------------------------------------------------------
+Int_t AliMUONTriggerConstants::NstripX(Int_t imodule) 
+{
+// returns fgNstripX
+    return fgNstripX[imodule];
+}
+//----------------------------------------------------------------------
+Int_t AliMUONTriggerConstants::NstripY(Int_t imodule)
+{
+// return fgNstripY
+    return fgNstripY[imodule];
+}
+//----------------------------------------------------------------------
+Float_t AliMUONTriggerConstants::XcMin(Int_t imodule)
+{
+// returns fgXcMin
+    return fgXcMin[imodule];
+}
+//----------------------------------------------------------------------
+Float_t AliMUONTriggerConstants::XcMax(Int_t imodule)
+{
+// returns fgXcMax
+    return fgXcMax[imodule];
+}
+//----------------------------------------------------------------------
+Int_t AliMUONTriggerConstants::CircuitId(Int_t icircuit)
+{
+// returns fgCircuitId
+    return fgCircuitId[icircuit];
+}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MUON/AliMUONTriggerConstants.h b/MUON/AliMUONTriggerConstants.h
new file mode 100644 (file)
index 0000000..4e445e3
--- /dev/null
@@ -0,0 +1,49 @@
+#ifndef ALIMUONTRIGGERCONSTANTS_H
+#define ALIMUONTRIGGERCONSTANTS_H
+
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+#include <TNamed.h>
+
+class AliMUONTriggerConstants :
+public TNamed {    
+ public:
+  AliMUONTriggerConstants();
+  ~AliMUONTriggerConstants();
+  
+public:
+  static Int_t Nmodule();              
+  static Int_t ModuleId(Int_t imodule);
+  static Int_t NstripX(Int_t imodule);
+  static Int_t NstripY(Int_t imodule);
+  static Float_t XcMin(Int_t imodule); 
+  static Float_t XcMax(Int_t imodule);
+  static Int_t CircuitId(Int_t icircuit);
+  
+private:
+  static const Int_t fgNmodule;        // total number of module
+  static const Int_t fgModuleId[126];  // module Id. number
+  static const Int_t fgNstripX[126];   // number of X strips 
+  static const Int_t fgNstripY[126];   // number of Y strips 
+  static const Float_t fgXcMin[126];   // min X pos of module
+  static const Float_t fgXcMax[126];   // max X poa of module 
+  static const Int_t fgCircuitId[234]; // circuit Id. number   
+  
+  ClassDef(AliMUONTriggerConstants,1) // Trigger Constants class
+
+};
+#endif
+
+
+
+
+
+
+
+
+
+
+
+
+