Changeset 264 in svn for trunk/data
- Timestamp:
- Feb 11, 2009, 10:22:30 AM (16 years ago)
- Location:
- trunk/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/DataCardDet.dat
r259 r264 11 11 ELG_Scen 0.05 // S term for central ECAL 12 12 ELG_Ncen 0.25 // N term for central ECAL 13 ELG_Ccen 0.005 // C term for central ECAL14 ELG_ Sfwd 2.084 // S term for FCAL15 ELG_ Nfwd 0.0 // N term for FCAL16 ELG_ Cfwd 0.107 // C term for FCAL13 ELG_Ccen 0.005 // C term for central ECAL 14 ELG_Cfwd 0.107 // S term for forward ECAL 15 ELG_Sfwd 2.084 // C term for forward ECAL 16 ELG_Nfwd 0.0 // N term for central ECAL 17 17 18 18 # Energy resolution for hadrons in ecal/hcal/hf 19 19 # \sigma/E = C + N/E + S/\sqrt{E}, E in GeV 20 HAD_Shcal 1.5 // S term for central HCAL 20 HAD_Shcal 1.5 // S term for central HCAL // hadronic calorimeter 21 21 HAD_Nhcal 0. // N term for central HCAL 22 22 HAD_Chcal 0.05 // C term for central HCAL 23 HAD_Shf 2.7 // S term for FCAL24 HAD_Nhf 0. // N term for FCAL25 HAD_Chf 0.13 // C term for FCAL23 HAD_Shf 2.7 // S term for HF // forward calorimeter 24 HAD_Nhf 0. // N term for HF 25 HAD_Chf 0.13 // C term for HF 26 26 27 27 # Muon smearing … … 29 29 30 30 # Tracking efficiencies 31 TRACK_ptmin 0. 9// minimal pt needed to reach the calorimeter in GeV31 TRACK_ptmin 0.0 // minimal pt needed to reach the calorimeter in GeV 32 32 TRACK_eff 100 // efficiency associated to the tracking (%) 33 33 … … 48 48 49 49 # Thresholds for reconstructed objetcs, Pt in GeV 50 PTCUT_elec 10.051 PTCUT_muon 10.052 PTCUT_jet 20.053 PTCUT_gamma 10.054 PTCUT_taujet 10.050 PTCUT_elec 0.0 51 PTCUT_muon 0.0 52 PTCUT_jet 0.0 53 PTCUT_gamma 0.0 54 PTCUT_taujet 0.0 55 55 56 56 # General jet variable … … 65 65 66 66 # FLAGS 67 FLAG_bfield 1//1 to run the bfield propagation else 067 FLAG_bfield 0 //1 to run the bfield propagation else 0 68 68 FLAG_vfd 1 //1 to run the very forward detectors else 0 69 69 FLAG_trigger 1 //1 to run the trigger selection else 0 … … 88 88 RP_420_s 420 // distance of the RP to the IP, in meters 89 89 RP_420_x 0.004 // distance of the RP to the beam, in meters 90 RP_beam1Card data/LHCB1IR5_v6.500.tfs91 RP_beam2Card data/LHCB2IR5_v6.500.tfs92 RP_IP_name IP593 94 90 95 91 # In case FROG event display allowed -
trunk/data/DataCardDet_CMS.dat
r259 r264 29 29 30 30 # Tracking efficiencies 31 TRACK_ptmin 0. 9// minimal pt needed to reach the calorimeter in GeV31 TRACK_ptmin 0.0 // minimal pt needed to reach the calorimeter in GeV 32 32 TRACK_eff 100 // efficiency associated to the tracking (%) 33 33 … … 67 67 FLAG_bfield 1 //1 to run the bfield propagation else 0 68 68 FLAG_vfd 1 //1 to run the very forward detectors else 0 69 FLAG_trigger 1//1 to run the trigger selection else 070 FLAG_frog 1//1 to run the FROG event display69 FLAG_trigger 0 //1 to run the trigger selection else 0 70 FLAG_frog 0 //1 to run the FROG event display 71 71 72 72 # In case BField propagation allowed -
trunk/data/trigger.dat
r249 r264 1 TRIGGER CARD # DO NOT REMOVE THIS IS A TAG!1 #TRIGGER CARD # DO NOT REMOVE THIS IS A TAG! 2 2 3 3
Note:
See TracChangeset
for help on using the changeset viewer.