ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/plugins/SealModule.cc
Revision: 1.5
Committed: Tue Mar 2 10:30:15 2010 UTC (15 years, 2 months ago) by amagnan
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
State: FILE REMOVED
Log Message:
convert buildfile to xml and remove deprecated SealModule file

File Contents

# Content
1 #include "FWCore/Framework/interface/MakerMacros.h"
2 #include "UserCode/HbbAnalysis/plugins/HbbAnalyzer.hh"
3 #include "UserCode/HbbAnalysis/plugins/HbbTreeMaker.hh"
4 #include "UserCode/HbbAnalysis/plugins/EventFlavourFilter.hh"
5 #include "UserCode/HbbAnalysis/plugins/DeltaRSelector.hh"
6
7 DEFINE_SEAL_MODULE();
8 DEFINE_ANOTHER_FWK_MODULE( HbbJetLeptonDeltaRSelector );
9 DEFINE_ANOTHER_FWK_MODULE( HbbTauLeptonDeltaRSelector );
10 DEFINE_ANOTHER_FWK_MODULE( EventFlavourFilter );
11 DEFINE_ANOTHER_FWK_MODULE( HbbAnalyzer );
12 DEFINE_ANOTHER_FWK_MODULE( HbbTreeMaker );
13