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

Comparing UserCode/MitHzz4l/Selection/interface/HZZCiCElectronSelection.h (file contents):
Revision 1.1 by khahn, Thu Sep 8 13:33:18 2011 UTC vs.
Revision 1.2 by dkralph, Thu Sep 22 18:01:11 2011 UTC

# Line 1 | Line 1
1 < #ifndef ELECTRON_SELECTION
2 < #define ELECTRON_SELECTION
1 > #ifndef ELECTRON_SELECTION_CIC
2 > #define ELECTRON_SELECTION_CIC
3  
4   #include <vector>
5 + #include <cassert>
6  
7   #include "TElectron.hh"
8 + #include "ParseArgs.h"
9  
10   using namespace std;
11  
# Line 35 | Line 37 | struct CICStruct {
37   };
38  
39   unsigned cicCategory(const mithep::TElectron *ele);
40 < unsigned failsCicSelection( const mithep::TElectron * ele, CICStruct &cuts );  
40 > unsigned failsCicSelection( ControlFlags &ctrl, const mithep::TElectron * ele, CICStruct &cuts,
41 >                            string kinematics);  
42   void initCiCSelection();
43   CICStruct getTightCuts();
44   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines