Fork me on GitHub

source: svn/trunk/data/DetectorCard_ATLAS.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.7 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.2 // central calorimeter coverage
6CEN_max_calo_fwd 4.9 // forward calorimeter pseudorapidity coverage
7CEN_max_mu 2.7 // 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.10 // S term for central ECAL #http://arxiv.org/pdf/physics/0608012v1
12ELG_Ncen 0.0 // N term for central ECAL #http://arxiv.org/pdf/physics/0608012v1
13ELG_Ccen 0.0017 // C term for central ECAL #http://arxiv.org/pdf/physics/0608012v1
14ELG_Sfwd 0.30407 // S term for forward FCAL #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
15ELG_Nfwd 1.1533 // N term for central FCAL #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
16ELG_Cfwd 0.0313 // C term for forward FCAL #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
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
22# Energy resolution for hadrons in ecal/hcal/hf
23# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
24HAD_Shcal 0.58 // S term for central HCAL #http://arxiv.org/pdf/hep-ex/0004009v1
25HAD_Nhcal 1.7 // N term for central HCAL #http://arxiv.org/pdf/hep-ex/0004009v1
26HAD_Chcal 0.025 // C term for central HCAL #http://arxiv.org/pdf/hep-ex/0004009v1
27HAD_Shf 0.9681 // S term for FCAL #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
28HAD_Nhf 0. // N term for FCAL #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
29HAD_Chf 0.0524 // C term for FCAL #http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
30HAD_Szdc 1.38 // S term for ZDC
31HAD_Nzdc 0. // N term for ZDC
32HAD_Czdc 0.13 // C term for ZDC
33
34# Time resolution for ZDC/RP220/RP420
35ZDC_T_resolution 0 // in s
36RP220_T_resolution 0 // in s
37RP420_T_resolution 0 // in s
38
39# Muon smearing
40MU_SmearPt 0.01 // transverse momentum Pt in GeV
41
42# Tracking efficiencies
43TRACK_ptmin 0.9 // minimal pt needed to reach the calorimeter in GeV
44TRACK_eff 90 // efficiency associated to the tracking (%)
45
46# Calorimetric towers
47TOWER_number 38
48TOWER_eta_edges 0.0 0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 1.00 1.10 1.20 1.30 1.40 1.50 1.60 1.70 1.80 1.90 2.0 2.10 2.20 2.30 2.40 2.50 2.60 2.80 3.00 3.20 3.30 3.50 3.70 3.90 4.10 4.30 4.50 4.70 4.90
49## list of the edges of each tower in eta for eta>0 assuming a symmetric detector in eta<0
50### the list starts with the lower edge of the most central tower
51### the list ends with the higher edged of the most forward tower
52### there should be NTOWER+1 values
53TOWER_dphi 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 20 20 20 10 20 20 20 20 20 20 20 20
54### list of the tower size in phi (in degrees), assuming that all towers are similar in phi for a given eta value
55### the list starts with the phi-size of the most central tower (eta=0)
56### the list ends with the phi-size of the most forward tower
57### there should be NTOWER values
58##
59#
60
61# Thresholds for reconstructed objetcs, Pt in GeV
62PTCUT_elec 10.0
63PTCUT_muon 10.0
64PTCUT_jet 20.0
65PTCUT_gamma 10.0
66PTCUT_taujet 10.0
67
68# Thresholds for reconstructed objects in ZDC, E in GeV
69ZDC_gamma_E 20
70ZDC_n_E 50
71
72# Charged lepton isolation. Pt and Et in GeV
73ISOL_PT 2.0 //minimal pt of tracks for isolation criteria
74ISOL_Cone 0.5 //Cone for isolation criteria
75ISOL_Calo_ET 1E99 //minimal tower transverse energy for isolation criteria. 1E99 means "off"
76ISOL_Calo_Cone 0.4 //Cone for calorimetric isolation
77ISOL_Calo_Grid 3 //Grid size (N x N) for calorimetric isolation
78
79# General jet variable
80JET_coneradius 0.7 // generic jet radius ; not for tau's !!!
81JET_jetalgo 1 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm
82JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV
83JET_Eflow 1 // Perfect energy assumed in the tracker coverage
84
85# Tagging definition
86BTAG_b 50 // b-tag efficiency (%)
87BTAG_mistag_c 10 // mistagging (%)
88BTAG_mistag_l 1 // mistagging (%)
89
90# FLAGS
91FLAG_bfield 1 // 1 to run the bfield propagation else 0
92FLAG_vfd 1 // 1 to run the very forward detectors else 0
93FLAG_RP 1 // 1 to run the very forward detectors else 0
94FLAG_trigger 1 // 1 to run the trigger selection else 0
95FLAG_frog 1 // 1 to run the FROG event display
96FLAG_lhco 1 //1 to run the LHCO
97
98# In case BField propagation allowed
99TRACK_radius 115 // radius of the BField coverage, in cm #chapter 1 you gave me
100TRACK_length 351 // length of the BField coverage, in cm #also
101TRACK_bfield_x 0 // X component of the BField, in T
102TRACK_bfield_y 0 // Y component of the BField, in T
103TRACK_bfield_z 2.0 // Z component of the BField, in T #also
104
105# Very forward detector extension, in pseudorapidity
106# if allowed (WARNING: not expected for ATLAS!)
107VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR
108VFD_max_calo_vfd 6.6
109VFD_min_zdc 8.3 // zero-degree neutral calorimeter
110VFD_s_zdc 140 // distance of the Zero Degree Calorimeter, from the IP, in [m]
111
112RP_220_s 220 // distance of the RP to the IP, in meters
113RP_220_x 0.002 // distance of the RP to the beam, in meters
114RP_420_s 420 // distance of the RP to the IP, in meters
115RP_420_x 0.004 // distance of the RP to the beam, in meters
116RP_beam1Card data/LHCB1IR1.tfs
117RP_beam2Card data/LHCB2IR1.tfs
118RP_IP_name IP1
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.