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

Comparing UserCode/MitHzz4l/Selection/interface/Selection.h (file contents):
Revision 1.10 by khahn, Tue May 1 16:38:36 2012 UTC vs.
Revision 1.11 by khahn, Sat May 5 21:43:55 2012 UTC

# Line 41 | Line 41 | using namespace std;
41   #include "EventData.h"
42   #include "SelectionStatus.h"
43  
44 <
44 > void fillVetoArrays( ControlFlags & ctrl,
45 >                     const mithep::Array<mithep::Muon> *muonArr,    
46 >                     vector< const mithep::Muon*>     & muonsToVeto,
47 >                     const mithep::Array<mithep::Electron> *electronArr,    
48 >                     vector< const mithep::Electron*> & electronsToVeto,
49 >                     const mithep::Vertex & vtx );
50   EventData apply_HZZ4L_selection(ControlFlags &ctrl,           // input control
51                                  const mithep::EventHeader *info,     // input event info
52                                  const mithep::Vertex & fVertex,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines