Functions | |
| float | CalibratedShowerEnergy (VldContext vc, ReleaseType::Release_t release, float shower_energy) |
OUTPUT:
Further notes: This routine uses the Calibrator, and requires read access to the offline database. At present, any up-to-date database will do. Note that this routine initializes a custom Calibrator on the first call; it should not interfere with other Calibrators you may be using.
|
||||||||||||||||
|
INPUTS:
OUTPUT:
Further notes: This routine uses the Calibrator, and requires read access to the offline database. At present, any up-to-date database will do. Note that this routine initializes a custom Calibrator on the first call; it should not interfere with other Calibrators you may be using. Contact/Author: Nathaniel Tagg (tagg@minos.phy.tufts.edu), on behalf of the calibration group (minos_calib@listserv.fnal.gov) Versions: Revision 1.4: Add Birch-era fudge First version. Applies known fudge for bad MC drift calibration. PROTOTYPE - undergoing validation
Revision 1.9 2007/05/18 16:24:54 rjn Added FullyCorrectShowerEnergy function that should replaces the previously used shower energy corrections. Should work with birch and cedar. It also applies the appropriate calibration group corrections. Everyone should use this who used any of the previous functions. Revision 1.8 2007/05/17 09:37:35 rjn Changed namespace and made it clear that this is just for Masaki, final corrections will go into EnergyCorrections Revision 1.7 2007/05/16 17:29:36 tagg Fix: the drift bug exists in all Cedar versions before R1.24.2, but also exists in R1.24.cal. Revision 1.6 2007/05/16 17:26:51 hartnell 1.018 needs a semicolon after it... not my bug I don't think Revision 1.5 2007/05/16 17:25:34 hartnell Put code in a namespace: CalibratedShowerEnergy Not sure if the LinkDef is correct... it compiles and runs but not sure about cint stuff. Please change as appropriate Revision 1.4 2007/05/16 14:52:41 tagg Add the historical 1.8% correction factor from the PRL era: Birch FD real-data gets increased by 1.8%. ---N Revision 1.3 2007/05/15 19:54:55 tagg Add check for R1_24_calB when applying hte drift correction. Revision 1.2 2007/05/15 19:33:34 tagg fix id and log cvs tags Definition at line 76 of file CalibratedShowerEnergy.cxx. References EnergyCorrections::CalibrationGroupEnergyCorrections(). 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