Revision: | 1.2 |
Committed: | Sun Jul 12 13:11:40 2009 UTC (15 years, 10 months ago) by bendavid |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mit_013d, Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i, Mit_012h, Mit_012g, Mit_012f, Mit_012e, Mit_012d, Mit_012c, Mit_012b, Mit_012a, Mit_012, Mit_011a, Mit_011, Mit_010a, Mit_010 |
Changes since 1.1: | +5 -1 lines |
Log Message: | Add new StablePart based track merger |
# | Content |
---|---|
1 | // $Id: SealModule.cc,v 1.1 2008/10/13 10:39:24 bendavid Exp $ |
2 | |
3 | #include "FWCore/Framework/interface/eventsetupdata_registration_macro.h" |
4 | #include "FWCore/Framework/interface/ModuleFactory.h" |
5 | #include "FWCore/Framework/interface/MakerMacros.h" |
6 | #include "MitEdm/Producers/interface/HitDropper.h" |
7 | #include "MitEdm/Producers/interface/HitDropperESProducer.h" |
8 | #include "MitEdm/Producers/interface/SimpleTrackListMergerTransient.h" |
9 | |
10 | |
11 | using namespace mitedm; |
12 | |
13 | DEFINE_FWK_EVENTSETUP_MODULE(HitDropperESProducer); |
14 | EVENTSETUP_DATA_REG(HitDropper); |
15 | DEFINE_ANOTHER_FWK_MODULE(SimpleTrackListMergerTransient); |