CMS 3D CMS Logo

CaloTowerConstituentsMapBuilder_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 CaloTowerConstituentsMapBuilder = cms.ESProducer("CaloTowerConstituentsMapBuilder",
4  MapAuto = cms.untracked.bool(False),
5  MapFile = cms.untracked.string(''),
6  SkipHE = cms.untracked.bool(True),
7  appendToDataLabel = cms.string('')
8 )