Fork me on GitHub

Changeset 374 in svn for trunk/interface/SmearUtil.h


Ignore:
Timestamp:
May 10, 2009, 8:23:32 PM (15 years ago)
Author:
Xavier Rouby
Message:

added Resolution terms for energy and timing for ZDC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r350 r374  
    117117  float ELG_Sfwd;   // S term for forward ECAL
    118118  float ELG_Cfwd;   // C term for forward ECAL
    119   float ELG_Nfwd;   // N term for central ECAL
     119  float ELG_Nfwd;   // N term for forward ECAL
     120  float ELG_Szdc;   // S term for zdc-em sections
     121  float ELG_Czdc;   // C term for zdc-em sections
     122  float ELG_Nzdc;   // N term for zdc-em sections
    120123 
    121124  //energy resolution for hadrons in ecal/hcal/hf
     
    127130  float HAD_Nhf;     // N term for central HF
    128131  float HAD_Chf;     // C term for central HF
    129  
     132  float HAD_Szdc;    // S term for zdc-had sections
     133  float HAD_Czdc;    // C term for zdc-had sections
     134  float HAD_Nzdc;    // N term for zdc-had sections
     135 
    130136  // muon smearing
    131137  float MU_SmearPt;
     138
     139  // time resolution
     140  float ZDC_T_resolution;
     141  float RP220_T_resolution;
     142  float RP420_T_resolution;
    132143 
    133144  //Magnetic Field information
     
    153164  float PTCUT_taujet;
    154165
     166  float ZDC_gamma_E;    // minimal energy of photons for reconstruction in ZDC
     167  float ZDC_n_E;        // minimal energy of neutrons for reconstruction in ZDC
     168
    155169  float ISOL_PT;      //minimal pt of tracks for isolation criteria
    156170  float ISOL_Cone;    //Cone  for isolation criteria
    157171  float ISOL_Calo_ET;  //minimal tower energy for isolation criteria
    158172  unsigned int ISOL_Calo_Grid; //Grid size (N x N) for calorimetric isolation
     173
    159174 
    160175  //General jet variable
Note: See TracChangeset for help on using the changeset viewer.