Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CalibratedShowerEnergy.h

Go to the documentation of this file.
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 */

Generated on Mon Feb 15 11:06:27 2010 for loon by  doxygen 1.3.9.1