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

Comparing UserCode/MitPhysics/SelMods/interface/HwwExampleAnalysisMod.h (file contents):
Revision 1.5 by ceballos, Tue Oct 11 13:43:23 2011 UTC vs.
Revision 1.6 by ceballos, Thu Oct 20 19:21:49 2011 UTC

# Line 19 | Line 19
19   #include "MitAna/DataTree/interface/MuonCol.h"
20   #include "MitAna/DataTree/interface/JetCol.h"
21   #include "MitAna/DataTree/interface/CaloJetCol.h"
22 + #include "MitAna/DataTree/interface/PFJetCol.h"
23   #include "MitAna/DataTree/interface/SuperClusterCol.h"
24   #include "MitAna/DataTree/interface/DecayParticleCol.h"
25   #include "MitAna/DataTree/interface/PFCandidateCol.h"
# Line 46 | Line 47 | namespace mithep
47        void  SetMetName(const char *name)                   { fMetName                      = name; }
48        void  SetCleanJetsName(const char *name)             { fCleanJetsName                = name; }
49        void  SetCleanJetsNoPtCutName(const char *name)      { fCleanJetsNoPtCutName         = name; }
50 +      void   SetPFJetBranchName(const char *name)          { fPFJetName0                   = name; }
51  
52      protected:
53        TString                  fMuonBranchName;          //name of muon branch
# Line 58 | Line 60 | namespace mithep
60        const MetCol            *fMet;                     //!Missing Et branch
61        const VertexCol         *fVertices;                //!Vertex branch
62        const PFCandidateCol    *fPFCandidates;            //!PFCandidates branch
63 +      TString                  fPFJetName0;              //!PFJet branch name
64 +      const PFJetCol          *fPFJet0;                  //!PFJet branch
65        Int_t                    fNEventsSelected;         //selected events
66  
67        TH1D                    *fHWWSelection;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines