Fork me on GitHub

Changeset 494 in svn for trunk/data/DetectorCard_CMS.dat


Ignore:
Timestamp:
Jul 16, 2009, 1:10:08 AM (15 years ago)
Author:
Xavier Rouby
Message:

new: calorimeter endcaps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/DetectorCard_CMS.dat

    r482 r494  
    1 DETECTOR CARD      # DO NOT REMOVE THIS IS A TAG!
     1DETECTOR CARD      // DO NOT REMOVE THIS IS A TAG!
     2# any line containing a dash symbol (#) will be completely ignored, whatever the position of this symbol
    23
    34# Detector extension, in pseudorapidity units
    4 CEN_max_tracker    2.5                // Maximum tracker coverage         
    5 CEN_max_calo_cen   3.0                // central calorimeter coverage
    6 CEN_max_calo_fwd   5.0                // forward calorimeter pseudorapidity coverage
    7 CEN_max_mu         2.4                // muon chambers pseudorapidity coverage
     5CEN_max_tracker    2.5              // Maximum tracker coverage         
     6CEN_max_calo_cen   1.7              // central calorimeter coverage
     7CEN_max_calo_ec    3.0              // calorimeter endcap coverage
     8CEN_max_calo_fwd   5.0              // forward calorimeter pseudorapidity coverage
     9CEN_max_mu         2.4              // muon chambers pseudorapidity coverage
    810 
    9 # Energy resolution for electron/photon
     11# Energy resolution for electron/photon in central/endcap/fwd/zdc calos
    1012# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
    1113ELG_Scen          0.05              // S term for central ECAL
    12 ELG_Ncen          0.25              // N term for central ECAL
    13 ELG_Ccen          0.005             // C term for central ECAL
     14ELG_Ncen          0.25              // N term
     15ELG_Ccen          0.005             // C term
     16ELG_Sec           0.05              // S term for ECAL endcap
     17ELG_Nec           0.25              // N term
     18ELG_Cec           0.005             // C term
    1419ELG_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
     20ELG_Nfwd          0.0               // N term
     21ELG_Cfwd          0.107             // C term
    1722ELG_Szdc          0.70              // S term for ZDC
    18 ELG_Nzdc          0.0               // N term for ZDC
    19 ELG_Czdc          0.08              // C term for ZDC
     23ELG_Nzdc          0.0               // N term
     24ELG_Czdc          0.08              // C term
    2025
    21 
    22 # Energy resolution for hadrons in ecal/hcal/hf
     26# Energy resolution for hadrons in central/endcap/fwd/zdc calos
    2327# \sigma/E = C + N/E + S/\sqrt{E}, E in GeV
    24 HAD_Shcal         1.5               // S term for central HCAL
    25 HAD_Nhcal         0.                // N term for central HCAL
    26 HAD_Chcal         0.05              // C term for central HCAL
    27 HAD_Shf           2.7               // S term for FCAL
    28 HAD_Nhf           0.                // N term for FCAL
    29 HAD_Chf           0.13              // C term for FCAL
     28HAD_Scen          1.5               // S term for central HCAL
     29HAD_Ncen          0.                // N term
     30HAD_Ccen          0.05              // C term
     31HAD_Sec           1.5               // S term for HCAL endcap
     32HAD_Nec           0.                // N term
     33HAD_Cec           0.05              // C term
     34HAD_Sfwd          2.7               // S term for FCAL
     35HAD_Nfwd          0.                // N term
     36HAD_Cfwd          0.13              // C term
    3037HAD_Szdc          1.38              // S term for ZDC
    31 HAD_Nzdc          0.                // N term for ZDC
    32 HAD_Czdc          0.13              // C term for ZDC
     38HAD_Nzdc          0.                // N term
     39HAD_Czdc          0.13              // C term
    3340
    3441# Time resolution for ZDC/RP220/RP420
     
    5966#
    6067
    61 # Thresholds for reconstructed objetcs, Pt in GeV
     68# Thresholds for reconstructed objects, Pt in GeV
    6269PTCUT_elec       10.0
    6370PTCUT_muon       10.0
     
    110117VFD_s_zdc         140                   // distance of the Zero Degree Calorimeter, from the IP, in [m]
    111118
     119#Hector parameters
    112120RP_220_s          220                   // distance of the RP to the IP, in meters
    113121RP_220_x          0.002                 // distance of the RP to the beam, in meters
    114122RP_420_s          420                   // distance of the RP to the IP, in meters
    115123RP_420_x          0.004                 // distance of the RP to the beam, in meters
    116 RP_beam1Card      data/LHCB1IR5_v6.500.tfs
    117 RP_beam2Card      data/LHCB2IR5_v6.500.tfs
    118 RP_IP_name        IP5
     124RP_beam1Card      data/LHCB1IR5_v6.500.tfs // beam optics file, beam 1
     125RP_beam2Card      data/LHCB2IR5_v6.500.tfs // beam optics file, beam 2
     126RP_IP_name        IP5                   // tag for IP in Hector ; 'IP1' for ATLAS
    119127RP_offsetEl_x     0.097                 // horizontal separation between both beam, in meters
    120128RP_offsetEl_y     0                     // vertical separation between both beam, in meters
Note: See TracChangeset for help on using the changeset viewer.