Skip to content

Commit

Permalink
A fix to the name of the conversions collection in AOD
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrav committed Apr 29, 2015
1 parent 1fafc0f commit b0f665e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False)),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False)),
Expand Down Expand Up @@ -174,7 +174,7 @@
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False)),
Expand Down Expand Up @@ -261,7 +261,7 @@
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False)),
Expand Down Expand Up @@ -348,7 +348,7 @@
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False)),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False)),
Expand Down Expand Up @@ -174,7 +174,7 @@
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False)),
Expand Down Expand Up @@ -261,7 +261,7 @@
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False)),
Expand Down Expand Up @@ -348,7 +348,7 @@
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False)),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def configureVIDCutBasedEleID_V1( wpEB, wpEE ):
needsAdditionalProducts = cms.bool(False),
isIgnored = cms.bool(False)),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
conversionSrcMiniAOD = cms.InputTag('reducedEgamma:reducedConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
Expand Down Expand Up @@ -272,7 +272,7 @@ def configureVIDCutBasedEleID_V2( wpEB, wpEE, isoInputs ):
needsAdditionalProducts = cms.bool(True),
isIgnored = cms.bool(False) ),
cms.PSet( cutName = cms.string('GsfEleConversionVetoCut'),
conversionSrc = cms.InputTag('conversions'),
conversionSrc = cms.InputTag('allConversions'),
conversionSrcMiniAOD = cms.InputTag('reducedEgamma:reducedConversions'),
beamspotSrc = cms.InputTag('offlineBeamSpot'),
needsAdditionalProducts = cms.bool(True),
Expand Down

0 comments on commit b0f665e

Please sign in to comment.