Line Code
1 2 3 4 5
import FWCore.ParameterSet.Config as cms

consecutiveHEs = cms.EDProducer('EventWithHistoryProducer',
                               historyDepth = cms.untracked.uint32(5)
                               )