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

Comparing UserCode/MitPhysics/FakeMods/interface/FakeLeptonExampleAnaMod.h (file contents):
Revision 1.1 by loizides, Tue Jun 30 10:47:16 2009 UTC vs.
Revision 1.2 by loizides, Mon Jul 13 11:27:13 2009 UTC

# Line 14 | Line 14
14   #define MITHIGGS_HWWMODS_FAKELEPTONEXAMPLEANAMOD_H
15  
16   #include "MitAna/TreeMod/interface/BaseMod.h"
17 < #include "MitAna/DataTree/interface/Collections.h"
17 > #include "MitAna/DataTree/interface/CollectionsFwd.h"
18  
19   class TH1D;
20   class TH2D;
# Line 24 | Line 24 | namespace mithep
24    class FakeLeptonExampleAnaMod : public BaseMod
25    {
26      public:
27 <    FakeLeptonExampleAnaMod(const char *name="FakeLeptonExampleAnaMod",
28 <                 const char *title="Example analysis module with all branches");
29 <      ~FakeLeptonExampleAnaMod() {}
27 >      FakeLeptonExampleAnaMod(const char *name="FakeLeptonExampleAnaMod",
28 >                              const char *title="Example analysis module with all branches");
29  
30        Bool_t      GetUseMCFake()                         { return fUseMCFake;                    }
31        Bool_t      GetPerformFakeMuonMetCorrection()      { return fPerformFakeMuonMetCorrection; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines