1 |
< |
// #Id:$ |
1 |
> |
// $Id$ |
2 |
|
|
3 |
|
#include "FWCore/PluginManager/interface/ModuleDef.h" |
4 |
|
#include "FWCore/Framework/interface/MakerMacros.h" |
5 |
|
|
6 |
|
#include "MitProd/TreeFiller/interface/FillGenParts.h" |
7 |
+ |
#include "MitProd/TreeFiller/interface/FillTracks.h" |
8 |
+ |
#include "MitProd/TreeFiller/interface/FillMuons.h" |
9 |
+ |
#include "MitProd/TreeFiller/interface/FillElectrons.h" |
10 |
|
|
11 |
|
using mithep::FillGenParts; |
12 |
+ |
using mithep::FillTracks; |
13 |
+ |
using mithep::FillMuons; |
14 |
+ |
using mithep::FillElectrons; |
15 |
|
|
16 |
|
DEFINE_SEAL_MODULE(); |
17 |
|
DEFINE_ANOTHER_FWK_MODULE(FillGenParts); |
18 |
+ |
DEFINE_ANOTHER_FWK_MODULE(FillTracks); |
19 |
+ |
DEFINE_ANOTHER_FWK_MODULE(FillMuons); |
20 |
+ |
DEFINE_ANOTHER_FWK_MODULE(FillElectrons); |