src
RecoTauTag
RecoTau
python
mergedPhase2SlimmedElectronsForTauId_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Electron collection merger
4
mergedSlimmedElectronsForTauId = cms.EDProducer(
'PATElectronCollectionMerger'
,
5
src = cms.VInputTag(
'slimmedElectrons'
,
'slimmedElectronsHGC'
)
6
)
Generated for CMSSW Reference Manual by
1.8.14