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.6 by dkralph, Thu Jun 21 21:50:39 2012 UTC vs.
Revision 1.7 by khahn, Thu Jul 12 15:50:33 2012 UTC

# Line 52 | Line 52 | void getEATargets(FOFlags foctrl, mithep
52   unsigned makePFnoPUArray(mithep::Array<PFCandidate> * fPFCandidates,
53                           vector<bool> &pfNoPileUpFlag,
54                           const mithep::Array<mithep::Vertex>     * vtxArr );
55 < void setEffiencyWeights(unsigned era, EventData&, WeightStruct& );
55 > void setEffiencyWeights(unsigned era,
56 >                        EventData & evtdat,
57 >                        std::bitset<1024> triggerBits,
58 >                        mithep::TriggerTable *hltTable,
59 >                        mithep::Array<mithep::TriggerObject> *hltObjArr,
60 >                        mithep::TriggerObjectsTable *fTrigObjs,
61 >                        WeightStruct & weights ) ;
62   void initEvtRhoMap(map<unsigned,float> &);
63   void setEra(string, ControlFlags&);
64   unsigned getNPU(mithep::Array<mithep::PileupInfo> *puArr, int bx=0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines