Fork me on GitHub

source: svn/trunk/data/DetectorCard_ATLAS.dat@ 519

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

new: calorimeter endcaps

File size: 7.4 KB
RevLine 
[492]1DETECTOR CARD // DO NOT REMOVE THIS IS A TAG!
2# any line containing a dash symbol (#) will be completely ignored, whatever the position of this symbol
[302]3
4# Detector extension, in pseudorapidity units
[494]5CEN_max_tracker 2.5 // Maximum tracker coverage
6CEN_max_calo_cen 1.7 // central calorimeter coverage
7CEN_max_calo_ec 3.2 // end-cap calorimeter coverage
8CEN_max_calo_fwd 4.9 // forward calorimeter pseudorapidity coverage
9CEN_max_mu 2.7 // muon chambers pseudorapidity coverage
[302]10
[494]11# Energy resolution for electron/photon in central/endcap/fwd/zdc calos
[302]12# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
[494]13ELG_Scen 0.101 // S term for central ECAL http://arxiv.org/pdf/physics/0608012v1 ; jinst8_08_s08003
14ELG_Ncen 0.0 // N term
15ELG_Ccen 0.0017 // C term
16ELG_Sec 0.101 // S term for ECAL endcap
17ELG_Nec 0.0 // N term
18ELG_Cec 0.0017 // C term
19ELG_Sfwd 0.285 // S term for forward FCAL http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
20ELG_Nfwd 0 // N term
21ELG_Cfwd 0.035 // C term
[374]22ELG_Szdc 0.70 // S term for ZDC
[494]23ELG_Nzdc 0.0 // N term
24ELG_Czdc 0.08 // C term
[302]25
[494]26# Energy resolution for hadrons in central/endcap/fwd/zdc calos
[302]27# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
[494]28HAD_Scen 0.5205 // S term for central HCAL http://arxiv.org/pdf/hep-ex/0004009v1
29HAD_Ncen 1.59 // N term
30HAD_Ccen 0.0302 // C term
31HAD_Sec 0.706 // S term for HCAL endcap
32HAD_Nec 0 // N term
33HAD_Cec 0.05 // C term
34HAD_Sfwd 0.942 // S term for FCAL http://villaolmo.mib.infn.it/ICATPP9th_2005/Calorimetry/Schram.p.pdf
35HAD_Nfwd 0. // N term
36HAD_Cfwd 0.075 // C term
[374]37HAD_Szdc 1.38 // S term for ZDC
[494]38HAD_Nzdc 0. // N term
39HAD_Czdc 0.13 // C term
[302]40
[374]41# Time resolution for ZDC/RP220/RP420
42ZDC_T_resolution 0 // in s
43RP220_T_resolution 0 // in s
44RP420_T_resolution 0 // in s
45
[302]46# Muon smearing
47MU_SmearPt 0.01 // transverse momentum Pt in GeV
48
49# Tracking efficiencies
50TRACK_ptmin 0.9 // minimal pt needed to reach the calorimeter in GeV
[331]51TRACK_eff 90 // efficiency associated to the tracking (%)
[302]52
53# Calorimetric towers
54TOWER_number 38
55TOWER_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
56## list of the edges of each tower in eta for eta>0 assuming a symmetric detector in eta<0
57### the list starts with the lower edge of the most central tower
58### the list ends with the higher edged of the most forward tower
59### there should be NTOWER+1 values
60TOWER_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
61### list of the tower size in phi (in degrees), assuming that all towers are similar in phi for a given eta value
62### the list starts with the phi-size of the most central tower (eta=0)
63### the list ends with the phi-size of the most forward tower
64### there should be NTOWER values
65##
66#
67
68# Thresholds for reconstructed objetcs, Pt in GeV
69PTCUT_elec 10.0
70PTCUT_muon 10.0
71PTCUT_jet 20.0
72PTCUT_gamma 10.0
73PTCUT_taujet 10.0
74
[374]75# Thresholds for reconstructed objects in ZDC, E in GeV
76ZDC_gamma_E 20
77ZDC_n_E 50
78
[322]79# Charged lepton isolation. Pt and Et in GeV
[305]80ISOL_PT 2.0 //minimal pt of tracks for isolation criteria
81ISOL_Cone 0.5 //Cone for isolation criteria
[322]82ISOL_Calo_ET 1E99 //minimal tower transverse energy for isolation criteria. 1E99 means "off"
83ISOL_Calo_Cone 0.4 //Cone for calorimetric isolation
84ISOL_Calo_Grid 3 //Grid size (N x N) for calorimetric isolation
[305]85
[302]86# General jet variable
87JET_coneradius 0.7 // generic jet radius ; not for tau's !!!
[461]88JET_jetalgo 1 // Jet algorithms: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
[302]89JET_seed 1.0 // minimum seed to start jet reconstruction, in GeV
[410]90JET_Eflow 0 // Perfect energy assumed in the tracker coverage
[302]91
92# Tagging definition
93BTAG_b 50 // b-tag efficiency (%)
94BTAG_mistag_c 10 // mistagging (%)
95BTAG_mistag_l 1 // mistagging (%)
96
97# FLAGS
98FLAG_bfield 1 // 1 to run the bfield propagation else 0
99FLAG_vfd 1 // 1 to run the very forward detectors else 0
[306]100FLAG_RP 1 // 1 to run the very forward detectors else 0
[302]101FLAG_trigger 1 // 1 to run the trigger selection else 0
102FLAG_frog 1 // 1 to run the FROG event display
[410]103FLAG_lhco 0 //1 to run the LHCO
[302]104
105# In case BField propagation allowed
[438]106TRACK_radius 115 // radius of the BField coverage, in cm
107TRACK_length 351 // half-length of the BField coverage, in cm
[302]108TRACK_bfield_x 0 // X component of the BField, in T
109TRACK_bfield_y 0 // Y component of the BField, in T
[438]110TRACK_bfield_z 2.0 // Z component of the BField, in T
[302]111
112# Very forward detector extension, in pseudorapidity
113# if allowed (WARNING: not expected for ATLAS!)
114VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR
115VFD_max_calo_vfd 6.6
116VFD_min_zdc 8.3 // zero-degree neutral calorimeter
117VFD_s_zdc 140 // distance of the Zero Degree Calorimeter, from the IP, in [m]
118
[494]119#Hector parameters
[302]120RP_220_s 220 // distance of the RP to the IP, in meters
121RP_220_x 0.002 // distance of the RP to the beam, in meters
122RP_420_s 420 // distance of the RP to the IP, in meters
123RP_420_x 0.004 // distance of the RP to the beam, in meters
[494]124RP_beam1Card data/LHCB1IR1.tfs // beam optics file, beam 1
125RP_beam2Card data/LHCB2IR1.tfs // beam optics file, beam 2
126RP_IP_name IP1 // tag for IP in Hector ; 'IP1' for ATLAS
[407]127RP_offsetEl_x 0.097 // horizontal separation between both beam, in meters
128RP_offsetEl_y 0 // vertical separation between both beam, in meters
[396]129RP_offsetEl_s 120 // distance of beam separation point, from IP
130RP_cross_x 0 // IP offset in horizontal plane, in micrometers
131RP_cross_y +500 // IP offset in vertical plane, in micrometers
132RP_cross_ang_x 142.5 // half-crossing angle in horizontal plane, in microrad
133RP_cross_ang_y 0 // half-crossing angle in vertical plane, in microrad
[302]134
[396]135
[302]136# In case FROG event display allowed
137NEvents_Frog 100
[420]138# Number of events to process
139NEvents -1 // -1 means 'all'
[302]140
[380]141# input PDG tables
142PdgTableFilename data/particle.tbl // table with particle pid,mass,charge,...
143
Note: See TracBrowser for help on using the repository browser.