ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/src/JetCleaningMod.cc
(Generate patch)

Comparing UserCode/MitPhysics/Mods/src/JetCleaningMod.cc (file contents):
Revision 1.2 by ceballos, Tue Nov 11 21:22:54 2008 UTC vs.
Revision 1.3 by loizides, Thu Nov 27 16:30:27 2008 UTC

# Line 1 | Line 1
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  
# Line 14 | Line 13 | ClassImp(mithep::JetCleaningMod)
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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines