ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ShallowTools/plugins/modules.cc
Revision: 1.3
Committed: Thu Jun 11 16:09:16 2009 UTC (15 years, 10 months ago) by bbetchar
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -0 lines
Log Message:
Added ShallowSimTracksProducer (sans cfi)

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 #include "UserCode/ShallowTools/interface/ShallowSimTracksProducer.h"
13
14 DEFINE_SEAL_MODULE();
15
16 DEFINE_ANOTHER_FWK_MODULE(ShallowTree);
17 DEFINE_ANOTHER_FWK_MODULE(ShallowEventDataProducer);
18 DEFINE_ANOTHER_FWK_MODULE(ShallowDigisProducer);
19 DEFINE_ANOTHER_FWK_MODULE(ShallowClustersProducer);
20 DEFINE_ANOTHER_FWK_MODULE(ShallowTrackClustersProducer);
21 DEFINE_ANOTHER_FWK_MODULE(ShallowRechitClustersProducer);
22 DEFINE_ANOTHER_FWK_MODULE(ShallowSimhitClustersProducer);
23 DEFINE_ANOTHER_FWK_MODULE(ShallowTracksProducer);
24 DEFINE_ANOTHER_FWK_MODULE(ShallowSimTracksProducer);