CMS 3D CMS Logo

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 )