1 |
|
// $Id$ |
2 |
|
|
3 |
|
#include "MitPhysics/Mods/interface/JetIDMod.h" |
4 |
– |
#include "MitAna/DataTree/interface/Names.h" |
5 |
– |
#include "MitAna/DataCont/interface/ObjArray.h" |
4 |
|
#include "MitCommon/MathTools/interface/MathUtils.h" |
5 |
< |
|
5 |
> |
#include "MitPhysics/Init/interface/ModNames.h" |
6 |
|
|
7 |
|
using namespace mithep; |
8 |
|
|
13 |
|
BaseMod(name,title), |
14 |
|
fPrintDebug(false), |
15 |
|
fJetName(Names::gkCaloJetBrn), |
16 |
< |
fGoodJetsName(Names::gkGoodJetsName), |
16 |
> |
fGoodJetsName(ModNames::gkGoodJetsName), |
17 |
|
fJetIDType("HWWJets"), |
18 |
|
fJets(0), |
19 |
|
fNEventsProcessed(0), |