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

Comparing UserCode/MitHzz4l/Selection/interface/SelectionFuncs.h (file contents):
Revision 1.1 by dkralph, Wed Jun 13 13:35:30 2012 UTC vs.
Revision 1.2 by dkralph, Tue Jun 19 08:35:52 2012 UTC

# Line 25 | Line 25 | using namespace std;
25   #include "MuonTools.h"
26   #include "ElectronTools.h"
27   #include "RunLumiRangeMap.h"
28 + #include "TriggerObjectsTable.h"
29 + #include "TriggerObject.h"
30 + #include "TriggerObjectRel.h"
31  
32   //
33   // ntuple format headers
# Line 56 | Line 59 | void setEffiencyWeights(EventData&, Weig
59   void initEvtRhoMap(map<unsigned,float> &);
60   void setEra(string, ControlFlags&);
61   int getNPU(mithep::Array<mithep::PileupInfo> *puArr, int bx=0);
62 + void setHLTObjectRelations( mithep::Array<mithep::TriggerObject>        *hltObjArr,
63 +                            mithep::Array<mithep::TriggerObjectRel>     *hltRelsArr,
64 +                            vector<string> * fHLTTab,
65 +                            vector<string> * fHLTLab,
66 +                            TriggerObjectsTable *fTrigObjs);
67 + void printTriggerObjs( mithep::TriggerTable *hltTable, mithep::TriggerObjectsTable *fTrigObjs);
68   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines