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

Comparing UserCode/MitHzz4l/NonMCBackground/interface/ZPlusX.h (file contents):
Revision 1.1 by dkralph, Thu Jul 12 15:10:54 2012 UTC vs.
Revision 1.3 by dkralph, Tue Oct 23 12:41:06 2012 UTC

# Line 26 | Line 26 | using namespace std;
26   #include <TLorentzVector.h>         // 4-vector class
27   #include <TVector3.h>               // 3D vector class
28   #include <TH1D.h>
29 + #include <TBits.h>
30  
31   //
32   // ntuple format headers
# Line 40 | Line 41 | using namespace std;
41   #include "ParseArgs.h"
42   #include "EventData.h"
43   #include "SelectionStatus.h"
44 + #include "ReferenceSelection.h"
45  
46   #define PASS_SKIM0                0
47   #define PASS_SKIM1                1
# Line 57 | Line 59 | using namespace std;
59  
60   EventData apply_ZPlusX(ControlFlags &ctrl,           // input control
61                         const mithep::EventHeader *info,     // input event info
62 +                       TriggerTable                 *hltTable,
63 +                       Array<TriggerObject>         *hltObjArr,
64 +                       TriggerObjectsTable          *fTrigObjs,
65                         const mithep::Array<mithep::Vertex>      * vtxArr ,
66                         const mithep::Array<mithep::PFCandidate>  *fPFCandidates,
67                         const mithep::Array<mithep::PileupEnergyDensity>  *puEnergyDensity,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines