ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DTDPGAnalysis/src/SealModule.cc
Revision: 1.2
Committed: Sun Nov 2 20:43:11 2008 UTC (16 years, 6 months ago) by battilan
Content type: text/plain
Branch: MAIN
CVS Tags: V00-00-07, V00-00-06, V00-00-05, V00-00-04, V00-00-03, V00-00-02, V00-00-01, V00-00-00
Changes since 1.1: +5 -0 lines
Log Message:
moved to DQM and Analyzer summaries added

File Contents

# User Rev Content
1 battilan 1.1
2     #include "FWCore/Framework/interface/MakerMacros.h"
3    
4     #include "UserCode/DTDPGAnalysis/src/DTDPGCreateSummary.h"
5     DEFINE_ANOTHER_FWK_MODULE(DTDPGCreateSummary);
6    
7     #include "UserCode/DTDPGAnalysis/src/DTDPGCreateWheelSummary.h"
8     DEFINE_ANOTHER_FWK_MODULE(DTDPGCreateWheelSummary);
9 battilan 1.2
10     #include "UserCode/DTDPGAnalysis/src/DTDPGCreateAnalyzerSummary.h"
11     DEFINE_ANOTHER_FWK_MODULE(DTDPGCreateAnalyzerSummary);
12    
13