00001 #include "DataUtil/CalibratedShowerEnergy.h" 00002 #include "Calibrator/Calibrator.h" 00003 #include "MessageService/MsgService.h" 00004 #include "DataUtil/EnergyCorrections.h" 00005 00006 00007 // This routine is only recommended for use by Masaki, all other users are 00008 // to be gently pushed in the direction of EnergyCorrections where they will 00009 // have access to a one-stop-get-all-your-energy-corrections-here-shop for 00010 // their convenience. 00011 00074 00075 float CorrectionsForMasaki::CalibratedShowerEnergy 00076 (VldContext vc, 00077 ReleaseType::Release_t release, 00078 float shower_energy) 00079 { 00080 // This routine, supplied by the Calibration group, fixes the shower energy to match data and 00081 // and MC energy scales. All analyses should use this routine to adjust their shower energies. 00082 return EnergyCorrections::CalibrationGroupEnergyCorrections(shower_energy,vc,release); 00083 }
1.3.9.1