Changeset 374 in svn for trunk/interface
- Timestamp:
- May 10, 2009, 8:23:32 PM (16 years ago)
- Location:
- trunk/interface
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/SmearUtil.h
r350 r374 117 117 float ELG_Sfwd; // S term for forward ECAL 118 118 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 120 123 121 124 //energy resolution for hadrons in ecal/hcal/hf … … 127 130 float HAD_Nhf; // N term for central HF 128 131 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 130 136 // muon smearing 131 137 float MU_SmearPt; 138 139 // time resolution 140 float ZDC_T_resolution; 141 float RP220_T_resolution; 142 float RP420_T_resolution; 132 143 133 144 //Magnetic Field information … … 153 164 float PTCUT_taujet; 154 165 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 155 169 float ISOL_PT; //minimal pt of tracks for isolation criteria 156 170 float ISOL_Cone; //Cone for isolation criteria 157 171 float ISOL_Calo_ET; //minimal tower energy for isolation criteria 158 172 unsigned int ISOL_Calo_Grid; //Grid size (N x N) for calorimetric isolation 173 159 174 160 175 //General jet variable -
trunk/interface/VeryForward.h
r260 r374 7 7 ** | Delphes, a framework for the fast simulation | ** 8 8 ** | of a generic collider experiment | ** 9 ** \------------- ---------------------------------/ **9 ** \------------- arXiv:0903.2225v1 ------------/ ** 10 10 ** ** 11 11 ** ** … … 61 61 void RomanPots(ExRootTreeWriter *treeWriter, ExRootTreeBranch *branchRP220,ExRootTreeBranch *branchFP420,TRootGenParticle *particle) ; 62 62 63 64 private: 65 RESOLution *DET; 66 float d_max; 67 H_BeamLine* beamline1; 68 H_BeamLine* beamline2; 63 69 bool relative_energy; 64 70 int kickers_on; 65 71 66 private:67 H_BeamLine* beamline1;68 H_BeamLine* beamline2;69 RESOLution *DET;70 72 71 73 };
Note:
See TracChangeset
for help on using the changeset viewer.