ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Vuko/WZAnalysis/src/SealModule.cc
Revision: 1.1
Committed: Thu Nov 22 09:12:56 2007 UTC (17 years, 5 months ago) by vuko
Content type: text/plain
Branch: MAIN
CVS Tags: srecko_01_02_08_4, srecko_01_02_08_3, srecko_1_02_08_2, srecko_1_02_08, SB_02_Fev_08, srecko_31_jan_08, vuko_4dec07_prod, vuko_4dec07, vuko_3dec07
Log Message:
fixes for initial building

File Contents

# User Rev Content
1 vuko 1.1 #include "FWCore/PluginManager/interface/ModuleDef.h"
2     #include "FWCore/Framework/interface/MakerMacros.h"
3    
4    
5     #include "Vuko/WZAnalysis/interface/WZMuonSelector.h"
6     #include "Vuko/WZAnalysis/interface/WZAnalyzer.h"
7    
8    
9     DEFINE_SEAL_MODULE();
10    
11     DEFINE_FWK_MODULE(WZMuonSelector);
12     DEFINE_FWK_MODULE(WZAnalyzer);
13