ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/plugins/SealModule.cc
Revision: 1.3
Committed: Thu Aug 6 07:36:34 2009 UTC (15 years, 9 months ago) by amagnan
Content type: text/plain
Branch: MAIN
CVS Tags: v00-02-01, v00-02-00
Changes since 1.2: +1 -0 lines
Log Message:
add selector for Hbb in etau

File Contents

# 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( HbbTauLeptonDeltaRSelector );
9 DEFINE_ANOTHER_FWK_MODULE( EventFlavourFilter );
10 DEFINE_ANOTHER_FWK_MODULE( HbbAnalyzer );
11