CMS 3D CMS Logo

l1EGammaEEProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tEGammaEEProducer = cms.EDProducer("L1EGammaEEProducer",
4  Multiclusters = cms.InputTag("hgcalBackEndLayer2Producer","HGCalBackendLayer2Processor3DClustering"),
5  calibrationConfig = cms.PSet(
6  calibrationFile = cms.FileInPath('L1Trigger/L1TCalorimeter/data/calib_ee_v1.json')
7  )
8 )
9