Changeset 94 in svn for trunk/data
- Timestamp:
- Dec 12, 2008, 5:32:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/DataCardDet.dat
r72 r94 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 1 # Detector characteristics 2 CEN_max_tracker 4 // Maximum tracker coverage 3 CEN_max_calo_cen 2.0 // central calorimeter coverage 4 CEN_max_calo_fwd 5.0 // forward calorimeter pseudorapidity coverage 5 CEN_max_mu 2.4 // muon chambers pseudorapidity coverage 6 7 # Energy resolution for electron/photon 8 # \sigma/E = C + N/E + S/\sqrt{E} 9 ELG_Scen 0.05 // S term for central ECAL 10 ELG_Ncen 0.25 // N term for central ECAL 11 ELG_Ccen 0.005 // C term for central ECAL 12 ELG_Cfwd 0.107 // S term for forward ECAL 13 ELG_Sfwd 2.084 // C term for forward ECAL 14 ELG_Nfwd 0.0 // N term for central ECAL 14 15 15 #Magnetic Field 16 TRACKING_RADIUS 129 //radius of the BField coverage 17 TRACKING_LENGTH 300 //length of the BField coverage 18 BFIELD_X 0 19 BFIELD_Y 0 20 BFIELD_Z 3.8 16 # Energy resolution for hadrons in ecal/hcal/hf 17 # \sigma/E = C + N/E + S/\sqrt{E} 18 HAD_Shcal 1.5 // S term for central HCAL // hadronic calorimeter 19 HAD_Nhcal 0. // N term for central HCAL 20 HAD_Chcal 0.05 // C term for central HCAL 21 HAD_Shf 2.7 // S term for HF // forward calorimeter 22 HAD_Nhf 0. // N term for HF 23 HAD_Chf 0.13 // C term for HF 21 24 25 # Muon smearing 26 MU_SmearPt 0.01 22 27 23 #energy resolution for electron/photon 24 # \sigma/E = C + N/E + S/\sqrt{E} 25 ELG_Scen 0.05 // S term for central ECAL 26 ELG_Ncen 0.25 // N term for central ECAL 27 ELG_Ccen 0.0055 // C term for central ECAL 28 ELG_Cfwd 0.107 // S term for forward ECAL 29 ELG_Sfwd 2.084 // C term for forward ECAL 30 ELG_Nfwd 0.0 // N term for central ECAL 28 # Tracking efficiencies 29 TRACK_ptmin 0.9 // minimal pt needed to reach the calorimeter in GeV 30 TRACK_eff 100 // efficiency associated to the tracking 31 31 32 #energy resolution for hadrons in ecal/hcal/hf 33 # \sigma/E = C + N/E + S/\sqrt{E} 34 HAD_Shcal 1.5 // S term for central HCAL // hadronic calorimeter 35 HAD_Nhcal 0. // N term for central HCAL 36 HAD_Chcal 0.05 // C term for central HCAL 37 HAD_Shf 2.7 // S term for HF // forward calorimeter 38 HAD_Nhf 0. // N term for HF 39 HAD_Chf 0.13 // C term for HF 32 # Calorimetric towers 33 TOWER_number 40 34 TOWER_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 35 ## list of the edges of each tower in eta for eta>0 assuming a symmetric detector in eta<0 36 ### the list starts with the lower edge of the most central tower 37 ### the list ends with the higher edged of the most forward tower 38 ### there should be NTOWER+1 values 39 #TOWER_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 40 ### list of the tower size in phi (in degrees), assuming that all towers are similar in phi for a given eta value 41 ### the list starts with the phi-size of the most central tower (eta=0) 42 ### the list ends with the phi-size of the most forward tower 43 ### there should be NTOWER values 44 ## 45 # 40 46 41 # muon smearing 42 MU_SmearPt 0.01 47 # Thresholds for reconstructed objetcs 48 PTCUT_elec 10.0 49 PTCUT_muon 10.0 50 PTCUT_jet 20.0 51 PTCUT_gamma 10.0 52 PTCUT_taujet 10.0 43 53 44 #thresholds for reconstructed objects 45 ELEC_pt 10 46 MUON_pt 10 47 JET_pt 20 48 TAUJET_pt 10 54 # General jet variable 55 JET_coneradius 0.7 // generic jet radius ; not for tau's !!! 56 JET_jetalgo 1 // 1 for Cone algorithm, 2 for MidPoint algorithm, 3 for SIScone algorithm, 4 for kt algorithm 57 JET_seed 1.0 // minimum seed to start jet reconstruction 49 58 50 # For Tau-jetdefinition51 TAU_CONE_ENERGIE 0.15 // Delta R = radius of the cone 52 TAU_CONE_TRACKS 0.4 //Delta R 53 PT_TRACK_TAU 2.0 // GeV 59 # Tagging definition 60 BTAG_b 40 61 BTAG_mistag_c 10 62 BTAG_mistag_l 1 54 63 55 #Tracker acceptance 56 PT_TRACKS_MIN 0.9 // minimal pt needed to reach the calorimeter in GeV 57 TRACKING_EFF 100 // efficiency associated to the tracking 64 # FLAGS 65 FLAG_bfield 1 //1 to run the bfield propagation else 0 66 FLAG_vfd 1 //1 to run the very forward detectors else 0 67 FLAG_trigger 1 //1 to run the trigger selection else 0 68 FLAG_frog 1 //1 to run the FROG event display 58 69 59 #tagging definition 60 TAGGING_B 40 61 MISTAGGING_C 10 62 MISTAGGING_L 1 70 # In case BField propagation allowed 71 TRACK_radius 129 //radius of the BField coverage 72 TRACK_length 300 //length of the BField coverage 73 TRACK_bfield_x 0 //X composant of the BField 74 TRACK_bfield_y 0 //Y composant of the BField 75 TRACK_bfield_z 3.8 //Z composant of the BField 63 76 64 #Trigger flag 65 DOTRIGGER 1 //1 to run the trigger else 0 77 # In case Very forward detectors allowed 78 VFD_min_calo_vfd 5.2 // very forward calorimeter (if any) like CASTOR 79 VFD_max_calo_vfd 6.6 80 VFD_min_zdc 8.3 81 VFD_s_zdc 140 // distance of the Zero Degree Calorimeter, from the Interaction poin, in [m] 66 82 67 #DeltaR cone definition 68 CONERADIUS 0.7 69 JETALGO 1 // 1 for Cone algorithm 2 for MidPoint algorithm 3 for SIScone algorithm 4 for kt algorithm 83 RP_220_s 220 // distance of the RP to the IP, in meters 84 RP_220_x 0.002 // distance of the RP to the beam, in meters 85 RP_420_s 420 // distance of the RP to the IP, in meters 86 RP_420_x 0.004 // distance of the RP to the beam, in meters 70 87 71 #Calorimetric towers 72 NTOWERS 40 73 TOWER_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 74 # list of the edges of each tower in eta for eta>0 assuming a symmetric detector in eta<0 75 # the list starts with the lower edge of the most central tower 76 # the list ends with the higher edged of the most forward tower 77 # there should be NTOWER+1 values 78 TOWER_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 79 # list of the tower size in phi (in degrees), assuming that all towers are similar in phi for a given eta value 80 # the list starts with the phi-size of the most central tower (eta=0) 81 # the list ends with the phi-size of the most forward tower 82 # there should be NTOWER values 88 # In case FROG event display allowed 89 NEvents_Frog 2 90
Note:
See TracChangeset
for help on using the changeset viewer.