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

ecalFEDWithCRCErrorProducer = cms.EDProducer("EcalFEDWithCRCErrorProducer",
    InputLabel = cms.InputTag("source")

)