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 |
# | User | Rev | Content |
---|---|---|---|
1 | amagnan | 1.1 | #include "FWCore/Framework/interface/MakerMacros.h" |
2 | #include "UserCode/HbbAnalysis/plugins/HbbAnalyzer.hh" | ||
3 | amagnan | 1.2 | #include "UserCode/HbbAnalysis/plugins/EventFlavourFilter.hh" |
4 | #include "UserCode/HbbAnalysis/plugins/DeltaRSelector.hh" | ||
5 | amagnan | 1.1 | |
6 | DEFINE_SEAL_MODULE(); | ||
7 | amagnan | 1.2 | DEFINE_ANOTHER_FWK_MODULE( HbbJetLeptonDeltaRSelector ); |
8 | DEFINE_ANOTHER_FWK_MODULE( EventFlavourFilter ); | ||
9 | amagnan | 1.1 | DEFINE_ANOTHER_FWK_MODULE( HbbAnalyzer ); |
10 | amagnan | 1.2 |