Revision: | 1.2 |
Committed: | Wed Jun 24 16:08:31 2009 UTC (15 years, 10 months ago) by amagnan |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | v00-01-00 |
Changes since 1.1: | +5 -0 lines |
Log Message: | debug jet+met selection |
# | Content |
---|---|
1 | #include "FWCore/Framework/interface/MakerMacros.h" |
2 | #include "UserCode/HbbAnalysis/plugins/HbbAnalyzer.hh" |
3 | #include "UserCode/HbbAnalysis/plugins/EventFlavourFilter.hh" |
4 | #include "UserCode/HbbAnalysis/plugins/DeltaRSelector.hh" |
5 | |
6 | DEFINE_SEAL_MODULE(); |
7 | DEFINE_ANOTHER_FWK_MODULE( HbbJetLeptonDeltaRSelector ); |
8 | DEFINE_ANOTHER_FWK_MODULE( EventFlavourFilter ); |
9 | DEFINE_ANOTHER_FWK_MODULE( HbbAnalyzer ); |
10 |