CMS 3D CMS Logo

hcalTTPRecord_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 simHcalTTPRecord = cms.EDProducer("HcalTTPTriggerRecord",
4  ttpDigiCollection = cms.InputTag( 'simHcalTTPDigis' ),
5  ttpBits = cms.vuint32( 8,9,10 ),
6  ttpBitNames = cms.vstring( 'L1Tech_HCAL_HF_MM_or_PP_or_PM.v0',
7  'L1Tech_HCAL_HF_coincidence_PM.v1',
8  'L1Tech_HCAL_HF_MMP_or_MPP.v0' )
9 )