Revision: | 1.2 |
Committed: | Thu Oct 16 16:44:53 2008 UTC (16 years, 6 months ago) by bendavid |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005 |
Changes since 1.1: | +5 -1 lines |
Log Message: | Updated HitDropper for accuracy and speed in determining which hits to remove |
# | User | Rev | Content |
---|---|---|---|
1 | bendavid | 1.2 | # $Id: HitDropper_cfi.py,v 1.1 2008/10/13 10:39:52 bendavid Exp $ |
2 | bendavid | 1.1 | |
3 | import FWCore.ParameterSet.Config as cms | ||
4 | |||
5 | bendavid | 1.2 | from TrackingTools.TransientTrack.TransientTrackBuilder_cfi import * |
6 | |||
7 | from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import * | ||
8 | |||
9 | bendavid | 1.1 | HitDropperESProducer = cms.ESProducer("HitDropperESProducer", |
10 | ComponentName = cms.string('HitDropper') | ||
11 | ) |