Fork me on GitHub

source: svn/trunk/data/DetectorCard.dat@ 383

Last change on this file since 383 was 383, checked in by Xavier Rouby, 15 years ago

new flag JET_Eflow

File size: 6.0 KB
Line 
1DETECTOR CARD # DO NOT REMOVE THIS IS A TAG!
2
3# Detector extension, in pseudorapidity units
4CEN_max_tracker 2.5 // Maximum tracker coverage
5CEN_max_calo_cen 3.0 // central calorimeter coverage
6CEN_max_calo_fwd 5.0 // forward calorimeter pseudorapidity coverage
7CEN_max_mu 2.4 // muon chambers pseudorapidity coverage
8
9# Energy resolution for electron/photon
10# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
11ELG_Scen 0.05 // S term for central ECAL
12ELG_Ncen 0.25 // N term for central ECAL
13ELG_Ccen 0.005 // C term for central ECAL
14ELG_Sfwd 2.084 // S term for FCAL
15ELG_Nfwd 0.0 // N term for FCAL
16ELG_Cfwd 0.107 // C term for FCAL
17ELG_Szdc 0.70 // S term for ZDC
18ELG_Nzdc 0.0 // N term for ZDC
19ELG_Czdc 0.08 // C term for ZDC
20
21# Energy resolution for hadrons in ecal/hcal/hf
22# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
23HAD_Shcal 1.5 // S term for central HCAL
24HAD_Nhcal 0. // N term for central HCAL
25HAD_Chcal 0.05 // C term for central HCAL
26HAD_Shf 2.7 // S term for FCAL
27HAD_Nhf 0. // N term for FCAL
28HAD_Chf 0.13 // C term for FCAL
29HAD_Szdc 1.38 // S term for ZDC
30HAD_Nzdc 0. // N term for ZDC
31HAD_Czdc 0.13 // C term for ZDC
32
33# Time resolution for ZDC/RP220/RP420
34ZDC_T_resolution 0 // in s
35RP220_T_resolution 0 // in s
36RP420_T_resolution 0 // in s
37
38# Muon smearing
39MU_SmearPt 0.01 // transverse momentum Pt in GeV
40
41# Tracking efficiencies
42TRACK_ptmin 0.0 // minimal pt needed to reach the calorimeter in GeV
43TRACK_eff 100 // efficiency associated to the tracking (%)
44
45# Calorimetric towers
46TOWER_number 40
47TOWER_eta_edges 0. 0.087 0.174 0.261 0.348 0.435 0.522 0.609 0.696 0.783 0.870 0.957 1.044 1.131 1.218 1.305 1.392 1.479 1.566 1.653 1.740 1.830 1.930 2.043 2.172 2.322 2.500 2.650 2.868 2.950 3.125 3.300 3.475 3.650 3.825 4.000 4.175 4.350 4.525 4.700 5.000
48## list of the edges of each tower in eta for eta>0 assuming a symmetric detector in eta<0
49### the list starts with the lower edge of the most central tower
50### the list ends with the higher edged of the most forward tower
51### there should be NTOWER+1 values
52TOWER_dphi 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 20 20
53### list of the tower size in phi (in degrees), assuming that all towers are similar in phi for a given eta value
54### the list starts with the phi-size of the most central tower (eta=0)
55### the list ends with the phi-size of the most forward tower
56### there should be NTOWER values
57##
58#
59
60# Thresholds for reconstructed objects, Pt in GeV
61PTCUT_elec 10.0
62PTCUT_muon 10.0
63PTCUT_jet 20.0
64PTCUT_gamma 10.0
65PTCUT_taujet 10.0
66
67# Thresholds for reconstructed objects in ZDC, E in GeV
68ZDC_gamma_E 20
69ZDC_n_E 50
70
71# Charged lepton isolation. Pt and Et in GeV
72ISOL_PT 2.0 //minimal pt of tracks for isolation criteria
73ISOL_Cone 0.5 //Cone for isolation criteria
74ISOL_Calo_ET 2.0 //minimal tower transverse energy for isolation criteria. 1E99 means "off"
75ISOL_Calo_Grid 3 //Grid size (N x N) for calorimetric isolation
76
77# General jet variable
78JET_coneradius 0.7 // generic jet radius ; not for tau's !!!
79JET_jetalgo 1 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm
80JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV
81JET_Eflow 1 // Perfect energy assumed in the tracker coverage
82
83# Tagging definition
84BTAG_b 40 // b-tag efficiency (%)
85BTAG_mistag_c 10 // mistagging (%)
86BTAG_mistag_l 1 // mistagging (%)
87
88# FLAGS
89FLAG_bfield 1 //1 to run the bfield propagation else 0
90FLAG_vfd 1 //1 to run the very forward detectors else 0
91FLAG_RP 1 //1 to run the very forward detectors else 0
92FLAG_trigger 1 //1 to run the trigger selection else 0
93FLAG_frog 1 //1 to run the FROG event display
94FLAG_lhco 1 //1 to run the LHCO
95
96# In case BField propagation allowed
97TRACK_radius 129 //radius of the BField coverage, in cm
98TRACK_length 300 //length of the BField coverage, in cm
99TRACK_bfield_x 0 //X component of the BField, in T
100TRACK_bfield_y 0 //Y component of the BField, in T
101TRACK_bfield_z 400 //Z component of the BField, in T
102
103# Very forward detector extension, in pseudorapidity
104# if allowed
105VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR
106VFD_max_calo_vfd 6.6
107VFD_min_zdc 8.3 // zero-degree neutral calorimeter
108VFD_s_zdc 140 // distance of the Zero Degree Calorimeter, from the IP, in [m]
109
110#Hector parameters
111RP_220_s 220 // distance of the RP to the IP, in meters
112RP_220_x 0.002 // distance of the RP to the beam, in meters
113RP_420_s 420 // distance of the RP to the IP, in meters
114RP_420_x 0.004 // distance of the RP to the beam, in meters
115RP_beam1Card data/LHCB1IR5_v6.500.tfs // beam optics file, beam 1
116RP_beam2Card data/LHCB2IR5_v6.500.tfs // beam optics file, beam 2
117RP_IP_name IP5 // tag for IP in Hector ; 'IP1' for ATLAS
118
119
120# In case FROG event display allowed
121NEvents_Frog 100
122
123# input PDG tables
124PdgTableFilename data/particle.tbl // table with particle pid,mass,charge,...
125
Note: See TracBrowser for help on using the repository browser.