1 |
|
// $Id$ |
2 |
|
|
3 |
|
#include "MitPhysics/Mods/interface/JetCleaningMod.h" |
4 |
– |
#include "MitAna/DataTree/interface/Names.h" |
5 |
– |
#include "MitAna/DataCont/interface/ObjArray.h" |
4 |
|
#include "MitPhysics/Utils/interface/IsolationTools.h" |
5 |
|
#include "MitCommon/MathTools/interface/MathUtils.h" |
6 |
+ |
#include "MitPhysics/Init/interface/ModNames.h" |
7 |
|
|
8 |
|
using namespace mithep; |
9 |
|
|
13 |
|
JetCleaningMod::JetCleaningMod(const char *name, const char *title) : |
14 |
|
BaseMod(name,title), |
15 |
|
fPrintDebug(false), |
16 |
< |
fCleanElectronsName(Names::gkCleanElectronsName), |
17 |
< |
fGoodJetsName(Names::gkGoodJetsName), |
18 |
< |
fCleanJetsName(Names::gkCleanJetsName), |
16 |
> |
fCleanElectronsName(ModNames::gkCleanElectronsName), |
17 |
> |
fGoodJetsName(ModNames::gkGoodJetsName), |
18 |
> |
fCleanJetsName(ModNames::gkCleanJetsName), |
19 |
|
fElectrons(0), |
20 |
|
fJets(0), |
21 |
|
fNEventsProcessed(0) |