ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/ScaleFactors.h
(Generate patch)

Comparing UserCode/FGolf/Tools/ScaleFactors.h (file contents):
Revision 1.2 by kelley, Mon May 28 19:31:28 2012 UTC vs.
Revision 1.4 by kelley, Tue May 29 18:42:48 2012 UTC

# Line 1 | Line 1
1   #ifndef SCALEFACTORS_H
2   #define SCALEFACTORS_H
3  
4 + #include "Math/LorentzVector.h"
5 +
6 + typedef ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<float> > LorentzVector;
7 +
8   float dileptonTagAndProbeScaleFactor(int hyp_idx);
9   float tagAndProbeScaleFactor(int id, float pt, float eta);
10  
# Line 13 | Line 17 | enum TrigEffType
17          N_TrigEffType
18   };
19  
20 < float dilepTriggerScaleFactor(enum TrigEffType trig_eff_type, int hyp_idx);
21 < float triggerScaleFactor(enum TrigEffType trig_eff_type, int id, float pt, float eta);
20 > float dilepTriggerScaleFactor(int hyp_idx);
21 > float triggerScaleFactor(enum TrigEffType trig_eff_type, int id, const LorentzVector &p4);
22  
23   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines