BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
TrigPara.h
Go to the documentation of this file.
1#ifndef TrigPara_h
2#define TrigPara_h 1
3#include "CLHEP/Units/PhysicalConstants.h"
4
5using namespace CLHEP;
6
7namespace TrigConf{
8
9class TrigPara{
10public:
13};
14
15 static const double L1TC_GATE = 80*MeV;
16 static const double L1TC_THRESH = 80*MeV;
17 static const double L1ETOT_L = 200*MeV;
18 static const double L1ETOT_M = 700*MeV;
19 static const double L1ETOT_BR = 2300*MeV;
20 static const double L1ETOT_EC = 2300*MeV;
21 static const double L1EBL_BR = 800*MeV;
22 static const double L1EBL_EC = 800*MeV;
23 static const double L1EDIFF_BR = 600*MeV;
24 static const double L1EDIFF_EC = 550*MeV;
25 static const double L1BLK_GATE = 1070*MeV;
26 static const double L1EBL_Z = 300*MeV;
27
28 static const int TCTHETANO_B = 11;
29 static const int TCPHINO_B = 30;
30 //for trigger cell theta*phi = 1*32 in endcaps
31 static const int TCTHETANO_E = 1;
32 static const int TCPHINO_E = 32;
33 //for trigger cell theta*phi = 2*16 in endcaps
34 //static const int TCTHETANO_E = 2;
35 //static const int TCPHINO_E = 16;
36
37 //The number of track in MDC
38 static const int N = 4;
39
40}
41#endif