Changeset 303 in svn
- Timestamp:
- Mar 9, 2009, 10:30:11 AM (16 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/DetectorCard.dat
r302 r303 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 14 ELG_ Cfwd 0.107 // S term for forward ECAL15 ELG_ Sfwd 2.084 // C term for forward ECAL16 ELG_ Nfwd 0.0 // N term for central ECAL13 ELG_Ccen 0.005 // C term for central ECAL 14 ELG_Sfwd 2.084 // S term for FCAL 15 ELG_Nfwd 0.0 // N term for FCAL 16 ELG_Cfwd 0.107 // C term for FCAL 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 // hadronic calorimeter20 HAD_Shcal 1.5 // S term for central HCAL 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 HF // forward calorimeter24 HAD_Nhf 0. // N term for HF25 HAD_Chf 0.13 // C term for HF23 HAD_Shf 2.7 // S term for FCAL 24 HAD_Nhf 0. // N term for FCAL 25 HAD_Chf 0.13 // C term for FCAL 26 26 27 27 # Muon smearing … … 48 48 49 49 # Thresholds for reconstructed objetcs, Pt in GeV 50 PTCUT_elec 0.051 PTCUT_muon 0.052 PTCUT_jet 0.053 PTCUT_gamma 0.054 PTCUT_taujet 0.050 PTCUT_elec 10.0 51 PTCUT_muon 10.0 52 PTCUT_jet 20.0 53 PTCUT_gamma 10.0 54 PTCUT_taujet 10.0 55 55 56 56 # General jet variable … … 65 65 66 66 # FLAGS 67 FLAG_bfield 0//1 to run the bfield propagation else 067 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 69 FLAG_trigger 1 //1 to run the trigger selection else 0 … … 73 73 TRACK_radius 129 //radius of the BField coverage, in cm 74 74 TRACK_length 300 //length of the BField coverage, in cm 75 TRACK_bfield_x 0 //X compo sant of the BField, in T76 TRACK_bfield_y 0 //Y compo sant of the BField, in T77 TRACK_bfield_z 3.8 //Z compo sant of the BField, in T75 TRACK_bfield_x 0 //X component of the BField, in T 76 TRACK_bfield_y 0 //Y component of the BField, in T 77 TRACK_bfield_z 3.8 //Z component of the BField, in T 78 78 79 79 # Very forward detector extension, in pseudorapidity … … 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.tfs 91 RP_beam2Card data/LHCB2IR5_v6.500.tfs 92 RP_IP_name IP5 93 90 94 91 95 # In case FROG event display allowed -
trunk/data/DetectorCard_CMS.dat
r302 r303 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 0//1 to run the trigger selection else 070 FLAG_frog 0//1 to run the FROG event display69 FLAG_trigger 1 //1 to run the trigger selection else 0 70 FLAG_frog 1 //1 to run the FROG event display 71 71 72 72 # In case BField propagation allowed
Note:
See TracChangeset
for help on using the changeset viewer.