CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalFED_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ecalFED = cms.EDProducer("ECALRegFEDSelector",
4  regSeedLabel = cms.InputTag("hltPixelIsolTrackFilter"),
5  rawInputLabel = cms.InputTag("rawDataCollector"),
6  delta = cms.double(1.0)
7 )
8 
9