Skip to content

Commit

Permalink
Merge pull request #25 from ktf/tagset-133280
Browse files Browse the repository at this point in the history
Add a new entry to the list of EDProducers whose use a string configurat...
  • Loading branch information
ktf committed Jul 2, 2013
2 parents 1d75ce8 + 4718e60 commit 4a6fe8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FWCore/ParameterSet/python/Utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def convertToUnscheduled(proc):
knownStringInputLabels['KProd'] = ['xSrc'] # a fake entry for a unit test below
knownStringInputLabels['SeedGeneratorFromRegionHitsEDProducer'] = ['vertexSrc']
knownStringInputLabels['PixelTrackProducer'] = ['vertexSrc']
knownStringInputLabels['PixelTracksProducer'] = ['vertexSrc']
knownStringInputLabels['SimpleTrackListMerger'] = ['TrackProducer1', 'TrackProducer2']

allEDFilters = set(proc.filters_().keys())
Expand Down

0 comments on commit 4a6fe8a

Please sign in to comment.