ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ShallowTools/plugins/modules.cc
Revision: 1.2
Committed: Sat Jun 6 14:30:53 2009 UTC (15 years, 11 months ago) by bbetchar
Content type: text/plain
Branch: MAIN
CVS Tags: V03-00-02, V03-00-01
Changes since 1.1: +2 -0 lines
Log Message:
Forgot to add Tracks module

File Contents

# Content
1 #include "FWCore/PluginManager/interface/ModuleDef.h"
2 #include "FWCore/Framework/interface/MakerMacros.h"
3
4 #include "UserCode/ShallowTools/interface/ShallowTree.h"
5 #include "UserCode/ShallowTools/interface/ShallowEventDataProducer.h"
6 #include "UserCode/ShallowTools/interface/ShallowDigisProducer.h"
7 #include "UserCode/ShallowTools/interface/ShallowClustersProducer.h"
8 #include "UserCode/ShallowTools/interface/ShallowTrackClustersProducer.h"
9 #include "UserCode/ShallowTools/interface/ShallowRechitClustersProducer.h"
10 #include "UserCode/ShallowTools/interface/ShallowSimhitClustersProducer.h"
11 #include "UserCode/ShallowTools/interface/ShallowTracksProducer.h"
12
13 DEFINE_SEAL_MODULE();
14
15 DEFINE_ANOTHER_FWK_MODULE(ShallowTree);
16 DEFINE_ANOTHER_FWK_MODULE(ShallowEventDataProducer);
17 DEFINE_ANOTHER_FWK_MODULE(ShallowDigisProducer);
18 DEFINE_ANOTHER_FWK_MODULE(ShallowClustersProducer);
19 DEFINE_ANOTHER_FWK_MODULE(ShallowTrackClustersProducer);
20 DEFINE_ANOTHER_FWK_MODULE(ShallowRechitClustersProducer);
21 DEFINE_ANOTHER_FWK_MODULE(ShallowSimhitClustersProducer);
22 DEFINE_ANOTHER_FWK_MODULE(ShallowTracksProducer);