Fork me on GitHub

Changeset 140 in svn for trunk/data


Ignore:
Timestamp:
Jan 6, 2009, 11:43:45 PM (16 years ago)
Author:
Xavier Rouby
Message:

new comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/DataCardDet.dat

    r107 r140  
    1 # Detector characteristics
     1# Detector extension, in pseudorapidity units
    22CEN_max_tracker    2.5                // Maximum tracker coverage         
    33CEN_max_calo_cen   3.0                // central calorimeter coverage
     
    66 
    77# Energy resolution for electron/photon
    8 # \sigma/E = C + N/E + S/\sqrt{E}
     8# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
    99ELG_Scen          0.05              // S term for central ECAL
    1010ELG_Ncen          0.25              // N term for central ECAL
     
    1515
    1616# Energy resolution for hadrons in ecal/hcal/hf
    17 # \sigma/E = C + N/E + S/\sqrt{E}
     17# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
    1818HAD_Shcal         1.5               // S term for central HCAL // hadronic calorimeter
    1919HAD_Nhcal         0.                // N term for central HCAL
     
    2424
    2525# Muon smearing
    26 MU_SmearPt        0.01
     26MU_SmearPt        0.01              // transverse momentum Pt in GeV
    2727
    2828# Tracking efficiencies
    2929TRACK_ptmin       0.9               // minimal pt needed to reach the calorimeter in GeV
    30 TRACK_eff         100               // efficiency associated to the tracking
     30TRACK_eff         100               // efficiency associated to the tracking (%)
    3131
    3232# Calorimetric towers
     
    4545#
    4646
    47 # Thresholds for reconstructed objetcs
    48 PTCUT_elec       0.0
    49 PTCUT_muon       0.0
    50 PTCUT_jet        0.0
    51 PTCUT_gamma      0.0
    52 PTCUT_taujet     0.0
     47# Thresholds for reconstructed objetcs, Pt in GeV
     48PTCUT_elec       10.0
     49PTCUT_muon       10.0
     50PTCUT_jet        20.0
     51PTCUT_gamma      10.0
     52PTCUT_taujet     20.0
    5353
    5454# General jet variable
    5555JET_coneradius   0.7            // generic jet radius ; not for tau's !!!
    5656JET_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
     57JET_seed         1.0            // minimum seed to start jet reconstruction, in GeV
    5858
    5959# Tagging definition
    60 BTAG_b           40
    61 BTAG_mistag_c    10
    62 BTAG_mistag_l    1
     60BTAG_b           40             // b-tag efficiency (%)
     61BTAG_mistag_c    10             // mistagging (%)
     62BTAG_mistag_l    1              // mistagging (%)
    6363
    6464# FLAGS
     
    6969
    7070# 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
     71TRACK_radius      129                   //radius of the BField coverage, in cm
     72TRACK_length      300                   //length of the BField coverage, in cm
     73TRACK_bfield_x    0                     //X composant of the BField, in T
     74TRACK_bfield_y    0                     //Y composant of the BField, in T
     75TRACK_bfield_z    3.8                   //Z composant of the BField, in T
    7676
    77 # In case Very forward detectors allowed
     77# Very forward detector extension, in pseudorapidity
     78# if allowed
    7879VFD_min_calo_vfd  5.2                   // very forward calorimeter (if any) like CASTOR
    7980VFD_max_calo_vfd  6.6
    8081VFD_min_zdc       8.3
    81 VFD_s_zdc         140                   // distance of the Zero Degree Calorimeter, from the Interaction poin, in [m]
     82VFD_s_zdc         140                   // distance of the Zero Degree Calorimeter, from the IP, in [m]
    8283
    8384RP_220_s          220                   // distance of the RP to the IP, in meters
Note: See TracChangeset for help on using the changeset viewer.