![]() |
|
|||
File indexing completed on 2024-04-06 12:05:37
0001 import FWCore.ParameterSet.Config as cms 0002 from PhysicsTools.NanoAOD.common_cff import * 0003 0004 # IMPORTANT: This variable has to end in "Table"! 0005 uHTRTable= cms.EDProducer("HcalUHTRTableProducer", 0006 InputLabel = cms.untracked.InputTag("rawDataCollector"), 0007 FEDs = cms.untracked.vint32(), 0008 ) 0009 0010 uHTRTableTask = cms.Task(uHTRTable) 0011 uHTRTableSeq = cms.Sequence(uHTRTable)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |