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.1 by ceballos, Mon Oct 4 18:06:01 2010 UTC vs.
Revision 1.6 by ceballos, Thu Oct 20 19:21:49 2011 UTC

# Line 18 | Line 18
18   #include "MitAna/DataTree/interface/ElectronCol.h"
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"
26   #include "MitAna/DataTree/interface/VertexCol.h"
27   #include "MitPhysics/Utils/interface/MuonTools.h"
28  
# Line 38 | Line 41 | namespace mithep
41        const char *GetMuonBranchName()                const { return fMuonBranchName;               }
42        const char *GetMetName()                       const { return fMetName;                      }
43        const char *GetCleanJetsName()                 const { return fCleanJetsName;                }
44 +      const char *GetCleanJetsNoPtCutName()          const { return fCleanJetsNoPtCutName;         }
45  
46        void  SetMuonBranchName(const char *name)            { fMuonBranchName               = name; }
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
54        TString                  fMetName;                 //name of met collection
55        TString                  fCleanJetsName;           //name of clean central jets collection
56 +      TString                  fCleanJetsNoPtCutName;    //name of clean all jets collection
57        TString                  fVertexName;              //name of vertex collection
58 +      TString                  fPFCandidatesName;        //name of PFCandidate collection
59        const MuonCol           *fMuons;                   //!Muon branch
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;
68        TH1D                    *fHWWToEESelection;
69        TH1D                    *fHWWToMuMuSelection;
70        TH1D                    *fHWWToEMuSelection;
71 +      TH1D                    *fHWWToMuESelection;
72  
73        TH1D                    *fLeptonEta;
74        TH1D                    *fLeptonPtMax;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines