ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Jeng/PVStudy/plugins/SealModules.cc
Revision: 1.2
Committed: Tue Jan 26 21:24:19 2010 UTC (15 years, 3 months ago) by yygao
Content type: text/plain
Branch: MAIN
CVS Tags: PASPlot_27Feb2010
Changes since 1.1: +2 -4 lines
Log Message:
Add the module to split the tracks used in pvtx

File Contents

# User Rev Content
1 yygao 1.1 #include "FWCore/Framework/interface/MakerMacros.h"
2    
3     #include "UserCode/PVStudy/interface/LhcTrackAnalyzer.h"
4     #include "UserCode/PVStudy/interface/PVStudy.h"
5     #include "UserCode/PVStudy/interface/TrackSplitterProducer.h"
6 yygao 1.2 #include "UserCode/PVStudy/interface/VtxTrackSplitterProducer.h"
7 yygao 1.1
8     // DEFINE_SEAL_MODULE();
9     DEFINE_FWK_MODULE(LhcTrackAnalyzer);
10     DEFINE_FWK_MODULE(PVStudy);
11     DEFINE_FWK_MODULE(TrackSplitterProducer);
12 yygao 1.2 DEFINE_FWK_MODULE(VtxTrackSplitterProducer);