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" |
6 |
> |
#include "MitProd/TreeFiller/interface/FillMitTree.h" |
7 |
|
|
8 |
< |
using mithep::FillGenParts; |
12 |
< |
using mithep::FillTracks; |
13 |
< |
using mithep::FillMuons; |
14 |
< |
using mithep::FillElectrons; |
8 |
> |
using mithep::FillMitTree; |
9 |
|
|
10 |
|
DEFINE_SEAL_MODULE(); |
11 |
< |
DEFINE_ANOTHER_FWK_MODULE(FillGenParts); |
18 |
< |
DEFINE_ANOTHER_FWK_MODULE(FillTracks); |
19 |
< |
DEFINE_ANOTHER_FWK_MODULE(FillMuons); |
20 |
< |
DEFINE_ANOTHER_FWK_MODULE(FillElectrons); |
11 |
> |
DEFINE_ANOTHER_FWK_MODULE(FillMitTree); |