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