ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/VBTFElectronSelection.h
(Generate patch)

Comparing UserCode/MitHzz4l/LeptonSelection/interface/VBTFElectronSelection.h (file contents):
Revision 1.1 by khahn, Mon Feb 13 09:35:31 2012 UTC vs.
Revision 1.2 by khahn, Sun May 27 23:17:30 2012 UTC

# Line 4 | Line 4
4   #include <vector>
5   #include <cassert>
6  
7 < #include "TElectron.hh"
7 > #include "Electron.h"
8   #include "ParseArgs.h"
9  
10   using namespace std;
# Line 35 | Line 35 | struct VBTFStruct {
35    std::vector<double> cuthoe_ee;
36   };
37  
38 < unsigned failsVBTFSelection( ControlFlags &ctrl, const mithep::TElectron * ele, VBTFStruct &cuts, unsigned vbtfeff,
38 > unsigned failsVBTFSelection( ControlFlags &ctrl, const mithep::Electron * ele, VBTFStruct &cuts, unsigned vbtfeff,
39                              string kinematics);  
40   void initVBTFSelection();
41   VBTFStruct getVBTFCuts();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines