Revision: | 1.1 |
Committed: | Thu Oct 8 14:59:18 2009 UTC (15 years, 7 months ago) by yygao |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | CMSSW_3_3_6_patch3_Dec19thReReco, V00-01-01, V00-01-00, CMSSW_3_1_2_PileUp_v2, CMSSW_3_1_2_PileUp_v1, V00-00-00, CMSSW_3_1_2_20091015, CMSSW_3_1_2_Yanyan |
Branch point for: | CMSSW_3_1_2_RecoVtxMatch |
Log Message: | Add SealModules for multiple plugins |
# | Content |
---|---|
1 | #include "FWCore/Framework/interface/MakerMacros.h" |
2 | |
3 | #include "UserCode/PVStudy/interface/LhcTrackAnalyzer.h" |
4 | #include "UserCode/PVStudy/interface/PVStudy.h" |
5 | #include "UserCode/PVStudy/interface/TrackSplitterProducer.h" |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | // DEFINE_SEAL_MODULE(); |
12 | DEFINE_FWK_MODULE(LhcTrackAnalyzer); |
13 | DEFINE_FWK_MODULE(PVStudy); |
14 | DEFINE_FWK_MODULE(TrackSplitterProducer); |