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; |
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; } |