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.6 by ceballos, Thu Oct 20 19:21:49 2011 UTC vs.
Revision 1.7 by ceballos, Sat Apr 7 11:46:44 2012 UTC

# Line 40 | Line 40 | namespace mithep
40  
41        const char *GetMuonBranchName()                const { return fMuonBranchName;               }
42        const char *GetMetName()                       const { return fMetName;                      }
43      const char *GetCleanJetsName()                 const { return fCleanJetsName;                }
43        const char *GetCleanJetsNoPtCutName()          const { return fCleanJetsNoPtCutName;         }
44  
45        void  SetMuonBranchName(const char *name)            { fMuonBranchName               = name; }
46        void  SetMetName(const char *name)                   { fMetName                      = name; }
48      void  SetCleanJetsName(const char *name)             { fCleanJetsName                = name; }
47        void  SetCleanJetsNoPtCutName(const char *name)      { fCleanJetsNoPtCutName         = name; }
48        void   SetPFJetBranchName(const char *name)          { fPFJetName0                   = name; }
49  
50      protected:
51        TString                  fMuonBranchName;          //name of muon branch
52        TString                  fMetName;                 //name of met collection
55      TString                  fCleanJetsName;           //name of clean central jets collection
53        TString                  fCleanJetsNoPtCutName;    //name of clean all jets collection
54        TString                  fVertexName;              //name of vertex collection
55        TString                  fPFCandidatesName;        //name of PFCandidate collection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines