Fork me on GitHub

Changeset 303 in svn for trunk


Ignore:
Timestamp:
Mar 9, 2009, 10:30:11 AM (15 years ago)
Author:
severine ovyn
Message:

small modifs

Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/DetectorCard.dat

    r302 r303  
    1111ELG_Scen          0.05              // S term for central ECAL
    1212ELG_Ncen          0.25              // N term for central ECAL
    13 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
     13ELG_Ccen          0.005             // C term for central ECAL
     14ELG_Sfwd          2.084             // S term for FCAL
     15ELG_Nfwd          0.0               // N term for FCAL
     16ELG_Cfwd          0.107             // C term for FCAL
    1717
    1818# Energy resolution for hadrons in ecal/hcal/hf
    1919# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
    20 HAD_Shcal         1.5               // S term for central HCAL // hadronic calorimeter
     20HAD_Shcal         1.5               // S term for central HCAL
    2121HAD_Nhcal         0.                // N term for central HCAL
    2222HAD_Chcal         0.05              // C term for central HCAL
    23 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
     23HAD_Shf           2.7               // S term for FCAL
     24HAD_Nhf           0.                // N term for FCAL
     25HAD_Chf           0.13              // C term for FCAL
    2626
    2727# Muon smearing
     
    4848
    4949# Thresholds for reconstructed objetcs, Pt in GeV
    50 PTCUT_elec       0.0
    51 PTCUT_muon       0.0
    52 PTCUT_jet        0.0
    53 PTCUT_gamma      0.0
    54 PTCUT_taujet     0.0
     50PTCUT_elec       10.0
     51PTCUT_muon       10.0
     52PTCUT_jet        20.0
     53PTCUT_gamma      10.0
     54PTCUT_taujet     10.0
    5555
    5656# General jet variable
     
    6565
    6666# FLAGS
    67 FLAG_bfield      0                       //1 to run the bfield propagation else 0
     67FLAG_bfield      1                       //1 to run the bfield propagation else 0
    6868FLAG_vfd         1                       //1 to run the very forward detectors else 0
    6969FLAG_trigger     1                       //1 to run the trigger selection else 0
     
    7373TRACK_radius      129                   //radius of the BField coverage, in cm
    7474TRACK_length      300                   //length of the BField coverage, in cm
    75 TRACK_bfield_x    0                     //X composant of the BField, in T
    76 TRACK_bfield_y    0                     //Y composant of the BField, in T
    77 TRACK_bfield_z    3.8                   //Z composant of the BField, in T
     75TRACK_bfield_x    0                     //X component of the BField, in T
     76TRACK_bfield_y    0                     //Y component of the BField, in T
     77TRACK_bfield_z    3.8                   //Z component of the BField, in T
    7878
    7979# Very forward detector extension, in pseudorapidity
     
    8888RP_420_s          420                   // distance of the RP to the IP, in meters
    8989RP_420_x          0.004                 // distance of the RP to the beam, in meters
     90RP_beam1Card      data/LHCB1IR5_v6.500.tfs
     91RP_beam2Card      data/LHCB2IR5_v6.500.tfs
     92RP_IP_name        IP5
     93
    9094
    9195# In case FROG event display allowed
  • trunk/data/DetectorCard_CMS.dat

    r302 r303  
    6767FLAG_bfield      1                       //1 to run the bfield propagation else 0
    6868FLAG_vfd         1                       //1 to run the very forward detectors else 0
    69 FLAG_trigger     0                       //1 to run the trigger selection else 0
    70 FLAG_frog        0                       //1 to run the FROG event display
     69FLAG_trigger     1                       //1 to run the trigger selection else 0
     70FLAG_frog        1                       //1 to run the FROG event display
    7171
    7272# In case BField propagation allowed
Note: See TracChangeset for help on using the changeset viewer.