ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ShallowTools/plugins/modules.cc
Revision: 1.1
Committed: Sat Jun 6 14:23:09 2009 UTC (15 years, 11 months ago) by bbetchar
Content type: text/plain
Branch: MAIN
CVS Tags: V03-00-00
Log Message:
Move directories around

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
12 DEFINE_SEAL_MODULE();
13
14 DEFINE_ANOTHER_FWK_MODULE(ShallowTree);
15 DEFINE_ANOTHER_FWK_MODULE(ShallowEventDataProducer);
16 DEFINE_ANOTHER_FWK_MODULE(ShallowDigisProducer);
17 DEFINE_ANOTHER_FWK_MODULE(ShallowClustersProducer);
18 DEFINE_ANOTHER_FWK_MODULE(ShallowTrackClustersProducer);
19 DEFINE_ANOTHER_FWK_MODULE(ShallowRechitClustersProducer);
20 DEFINE_ANOTHER_FWK_MODULE(ShallowSimhitClustersProducer);