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

Comparing UserCode/MitPhysics/Mods/interface/MVAMetMod.h (file contents):
Revision 1.1 by pharris, Sat Apr 7 10:25:15 2012 UTC vs.
Revision 1.2 by ceballos, Sat Apr 7 11:52:02 2012 UTC

# Line 25 | Line 25 | namespace mithep
25      public:
26        MVAMetMod(const char *name="MVAMetMod",
27                  const char *title="MVAMet example");
28 +      void   SetJetsName(TString s) { fJetsName = s;}  
29  
30      protected:
31        void                Process();
32 +      void                SlaveBegin();
33 +      void                SlaveTerminate();
34 +
35        TString             fMVAMetName;
36        TString             fJetsName  ;
37        TString             fPFCandName;
# Line 37 | Line 41 | namespace mithep
41        const PFCandidateCol *fCands;
42        const VertexCol      *fVertices;
43        const PFMetCol       *fPFMet;
40      const MuonCol        *fMuons;
44  
45        MVAMet         *fMVAMet;
46        ClassDef(MVAMetMod, 1) // Jet identification module

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines