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

Comparing UserCode/MitPhysics/Validation/interface/JetValidationMod.h (file contents):
Revision 1.2 by loizides, Thu Dec 4 13:53:34 2008 UTC vs.
Revision 1.3 by loizides, Mon Mar 23 22:17:06 2009 UTC

# Line 27 | Line 27 | namespace mithep
27      public:
28        JetValidationMod(const char *name="JetValidationMod",
29                         const char *title="Jet validation module");
30      ~JetValidationMod() {}
30  
31      protected:
32 +      void                     Process();
33 +      void                     SlaveBegin();
34 +
35        bool                     fPrintDebug;
36        TString                  fIC5GenJetName;      
37        TString                  fSC5GenJetName;      
38        TString                  fIC5JetName;        
39        TString                  fSC5JetName;        
40 <      const JetCol            *fIC5Jets;              //!Jet branch
41 <      const JetCol            *fSC5Jets;              //!Jet branch
42 <      const GenJetCol         *fIC5GenJets;           //!GenJet branch
43 <      const GenJetCol         *fSC5GenJets;           //!GenJet branch
40 >      const JetCol            *fIC5Jets;
41 >      const JetCol            *fSC5Jets;
42 >      const GenJetCol         *fIC5GenJets;
43 >      const GenJetCol         *fSC5GenJets;
44        TH1D                    *fIC5GenJetRecoJetDeltaR;
45        TH1D                    *fIC5GenJetRecoJetDeltaEta;
46        TH1D                    *fIC5GenJetRecoJetDeltaPhi;
# Line 90 | Line 92 | namespace mithep
92        TH2D                    *fSC5CorrPtCaloJetsOverGenJetsPtVsGenJetPt;
93        TH1D                    *fSC5NCaloJets;
94  
93      void                     Process();
94      void                     SlaveBegin();
95
95        ClassDef(JetValidationMod,1) // TAM example analysis module
96    };
97   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines