Revision: | 1.1 |
Committed: | Tue May 27 20:30:15 2008 UTC (16 years, 11 months ago) by loizides |
Content type: | text/plain |
Branch: | MAIN |
Log Message: | TreeFiller example |
# | User | Rev | Content |
---|---|---|---|
1 | loizides | 1.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 | |||
8 | using mithep::FillGenParts; | ||
9 | |||
10 | DEFINE_SEAL_MODULE(); | ||
11 | DEFINE_ANOTHER_FWK_MODULE(FillGenParts); |