/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Trigger/Trigger/Trigger-00-01-05/Trigger/TrigPara.h

Go to the documentation of this file.
00001 #ifndef TrigPara_h
00002 #define TrigPara_h 1
00003 #include "CLHEP/Units/PhysicalConstants.h"
00004 
00005 using namespace CLHEP;
00006 
00007 namespace TrigConf{
00008 
00009 class TrigPara{
00010 public:
00011   TrigPara() {};
00012   ~TrigPara() {};
00013 };
00014 
00015   static const double L1TC_GATE = 80*MeV;
00016   static const double L1TC_THRESH = 80*MeV;
00017   static const double L1ETOT_L = 200*MeV;
00018   static const double L1ETOT_M = 700*MeV;
00019   static const double L1ETOT_BR = 2300*MeV;
00020   static const double L1ETOT_EC = 2300*MeV;
00021   static const double L1EBL_BR = 800*MeV;
00022   static const double L1EBL_EC = 800*MeV;
00023   static const double L1EDIFF_BR = 600*MeV;
00024   static const double L1EDIFF_EC = 550*MeV;
00025   static const double L1BLK_GATE = 1070*MeV;
00026   static const double L1EBL_Z = 300*MeV;
00027 
00028   static const int TCTHETANO_B = 11;
00029   static const int TCPHINO_B = 30;
00030   //for trigger cell theta*phi = 1*32 in endcaps
00031   static const int TCTHETANO_E = 1;
00032   static const int TCPHINO_E = 32;
00033   //for trigger cell theta*phi = 2*16 in endcaps
00034   //static const int TCTHETANO_E = 2;
00035   //static const int TCPHINO_E = 16;
00036 
00037   //The number of track in MDC
00038   static const int N = 4;
00039 
00040 }
00041 #endif

Generated on Tue Nov 29 23:14:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7