Fork me on GitHub

Changeset 374 in svn for trunk/interface


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

added Resolution terms for energy and timing for ZDC

Location:
trunk/interface
Files:
2 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
  • trunk/interface/VeryForward.h

    r260 r374  
    77**         |  Delphes, a framework for the fast simulation  |         **
    88**         |       of a  generic collider experiment        |         **
    9 **          \----------------------------------------------/          **
     9**          \-------------  arXiv:0903.2225v1  ------------/          **
    1010**                                                                    **
    1111**                                                                    **
     
    6161   void RomanPots(ExRootTreeWriter *treeWriter, ExRootTreeBranch *branchRP220,ExRootTreeBranch *branchFP420,TRootGenParticle *particle) ;
    6262
     63
     64 private:
     65   RESOLution *DET;
     66   float d_max;
     67   H_BeamLine* beamline1;
     68   H_BeamLine* beamline2;
    6369   bool relative_energy;
    6470   int kickers_on;
    6571
    66  private:
    67    H_BeamLine* beamline1;
    68    H_BeamLine* beamline2;
    69    RESOLution *DET;
    7072
    7173};
Note: See TracChangeset for help on using the changeset viewer.