Revision: | 1.6 |
Committed: | Tue Jul 1 14:38:33 2008 UTC (16 years, 10 months ago) by loizides |
Content type: | text/plain |
Branch: | MAIN |
Changes since 1.5: | +2 -19 lines |
Log Message: | Have most of Josh's fillers. |
# | User | Rev | Content |
---|---|---|---|
1 | loizides | 1.6 | // $Id: SealModules.cc,v 1.5 2008/06/18 13:23:23 paus Exp $ |
2 | loizides | 1.1 | |
3 | #include "FWCore/PluginManager/interface/ModuleDef.h" | ||
4 | #include "FWCore/Framework/interface/MakerMacros.h" | ||
5 | |||
6 | paus | 1.5 | #include "MitProd/TreeFiller/interface/FillMitTree.h" |
7 | loizides | 1.1 | |
8 | paus | 1.5 | using mithep::FillMitTree; |
9 | loizides | 1.1 | |
10 | DEFINE_SEAL_MODULE(); | ||
11 | paus | 1.5 | DEFINE_ANOTHER_FWK_MODULE(FillMitTree); |
12 | loizides | 1.6 |