Revision: | 1.2 |
Committed: | Mon May 28 19:04:28 2012 UTC (12 years, 11 months ago) by khahn |
Content type: | text/plain |
Branch: | MAIN |
Changes since 1.1: | +4 -2 lines |
Log Message: | make FSR switchable, add betaCorrection |
# | User | Rev | Content |
---|---|---|---|
1 | khahn | 1.1 | #ifndef FSR |
2 | #define FSR | ||
3 | |||
4 | #include "Muon.h" | ||
5 | #include "Array.h" | ||
6 | #include "PFCandidate.h" | ||
7 | |||
8 | khahn | 1.2 | #include "ParseArgs.h" |
9 | |||
10 | bool recover_typeI_Photon( ControlFlags & , mithep::Muon *, const mithep::Array<mithep::PFCandidate> * ); | ||
11 | bool recover_typeII_Photon( ControlFlags &, mithep::Muon *, const mithep::Array<mithep::PFCandidate> * ); | ||
12 | khahn | 1.1 | |
13 | #endif |