1 | #Detector characteristics
|
---|
2 | MAX_TRACKER 2.5
|
---|
3 | MAX_CALO_CEN 3.0
|
---|
4 | MAX_CALO_FWD 5.0 // forward calorimeter pseudorapidity coverage
|
---|
5 | MAX_MU 2.4 // muon chambers pseudorapidity coverage
|
---|
6 | MIN_CALO_VFWD 5.2 // very forward calorimeter (if any), like CASTOR
|
---|
7 | MAX_CALO_VFWD 6.6
|
---|
8 | MIN_ZDC 8.3
|
---|
9 | ZDC_S 140 // distance of the ZDC to the IP, in meters
|
---|
10 | RP220_S 220 // distance of the RP to the IP, in meters
|
---|
11 | RP220_X 0.002 // distance of the RP to the beam, in meters
|
---|
12 | FP420_S 420 // distance of the RP to the IP, in meters
|
---|
13 | FP420_X 0.004 // distance of the RP to the beam, in meters
|
---|
14 |
|
---|
15 | #energy resolution for electron/photon
|
---|
16 | # \sigma/E = C + N/E + S/\sqrt{E}
|
---|
17 | ELG_Scen 0.05 // S term for central ECAL
|
---|
18 | ELG_Ncen 0.25 // N term for central ECAL
|
---|
19 | ELG_Ccen 0.0055 // C term for central ECAL
|
---|
20 | ELG_Cfwd 0.107 // S term for forward ECAL
|
---|
21 | ELG_Sfwd 2.084 // C term for forward ECAL
|
---|
22 | ELG_Nfwd 0.0 // N term for central ECAL
|
---|
23 |
|
---|
24 | #energy resolution for hadrons in ecal/hcal/hf
|
---|
25 | # \sigma/E = C + N/E + S/\sqrt{E}
|
---|
26 | HAD_Secal 0.05 // S term for central ECAL // electromagnetic calorimeter
|
---|
27 | HAD_Necal 0.25 // N term for central ECAL
|
---|
28 | HAD_Cecal 0.0055 // C term for central ECAL
|
---|
29 | HAD_Shcal 1.5 // S term for central HCAL // hadronic calorimeter
|
---|
30 | HAD_Nhcal 0. // N term for central HCAL
|
---|
31 | HAD_Chcal 0.05 // C term for central HCAL
|
---|
32 | HAD_Shf 2.7 // S term for HF // forward calorimeter
|
---|
33 | HAD_Nhf 0. // N term for HF
|
---|
34 | HAD_Chf 0.13 // C term for HF
|
---|
35 |
|
---|
36 |
|
---|
37 | # muon smearing
|
---|
38 | MU_SmearPt 0.01
|
---|
39 |
|
---|
40 | #For Tau-jet definition
|
---|
41 | TAU_CONE_ENERGIE 0.15 // Delta R = radius of the cone
|
---|
42 | TAU_CONE_TRACKS 0.4 //Delta R
|
---|
43 | PT_TRACK_TAU 2.0 // GeV
|
---|
44 |
|
---|
45 | #Tracker acceptance
|
---|
46 | PT_TRACKS_MIN 0.9 // minimal pt needed to reach the calorimeter, in GeV
|
---|
47 | TRACKING_EFF 100 // efficiency associated to the tracking
|
---|
48 |
|
---|
49 | #tagging definition
|
---|
50 | TAGGING_B 40
|
---|
51 | MISTAGGING_C 10
|
---|
52 | MISTAGGING_L 1
|
---|
53 |
|
---|
54 | #DeltaR cone definition
|
---|
55 | CONERADIUS 0.7
|
---|
56 | JETALGO 2 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm
|
---|