00001 #ifndef CALIBRATESHOWERENERGY_H 00002 #define CALIBRATESHOWERENERGY_H 00003 00004 #include "Conventions/ReleaseType.h" 00005 #include "Validity/VldContext.h" 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 00012 00027 namespace CorrectionsForMasaki { 00028 00029 float CalibratedShowerEnergy(VldContext vc, // Context of this specific event 00030 ReleaseType::Release_t release, // Release version of the batch processing 00031 float shower_energy); // Input calorimetric shower energy 00032 00033 } 00034 #endif /* CALIBRATESHOWERENERGY_H */
1.3.9.1