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 |
# | User | Rev | Content |
---|---|---|---|
1 | bendavid | 1.2 | // $Id: SealModule.cc,v 1.1 2008/10/13 10:39:24 bendavid Exp $ |
2 | bendavid | 1.1 | |
3 | #include "FWCore/Framework/interface/eventsetupdata_registration_macro.h" | ||
4 | #include "FWCore/Framework/interface/ModuleFactory.h" | ||
5 | bendavid | 1.2 | #include "FWCore/Framework/interface/MakerMacros.h" |
6 | bendavid | 1.1 | #include "MitEdm/Producers/interface/HitDropper.h" |
7 | #include "MitEdm/Producers/interface/HitDropperESProducer.h" | ||
8 | bendavid | 1.2 | #include "MitEdm/Producers/interface/SimpleTrackListMergerTransient.h" |
9 | |||
10 | bendavid | 1.1 | |
11 | using namespace mitedm; | ||
12 | |||
13 | DEFINE_FWK_EVENTSETUP_MODULE(HitDropperESProducer); | ||
14 | EVENTSETUP_DATA_REG(HitDropper); | ||
15 | bendavid | 1.2 | DEFINE_ANOTHER_FWK_MODULE(SimpleTrackListMergerTransient); |