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

Comparing UserCode/MitPhysics/Mods/src/MergeLeptonsMod.cc (file contents):
Revision 1.1 by loizides, Wed Dec 10 11:44:33 2008 UTC vs.
Revision 1.3 by loizides, Mon Jun 15 15:00:21 2009 UTC

# Line 1 | Line 1
1   // $Id$
2  
3   #include "MitPhysics/Mods/interface/MergeLeptonsMod.h"
4 + #include "MitAna/DataTree/interface/ElectronCol.h"
5 + #include "MitAna/DataTree/interface/MuonCol.h"
6 + #include "MitAna/DataTree/interface/ParticleCol.h"
7   #include "MitPhysics/Init/interface/ModNames.h"
8  
9   using namespace mithep;
# Line 26 | Line 29 | void mithep::MergeLeptonsMod::Process()
29    // Merge the two input collections and publish merged collection.
30  
31    fElIn = GetObjThisEvt<ElectronCol>(fElName);
32 <  fMuIn = GetObjThisEvt<MuonCol>(fElName);
32 >  fMuIn = GetObjThisEvt<MuonCol>(fMuName);
33  
34    UInt_t nents = 0;
35    if (fElIn)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines