CMS 3D CMS Logo

Variables

ALCARECOHcalCalNoise_cff Namespace Reference

Variables

tuple noiseHLT
tuple prescaler
tuple seqALCARECOHcalCalNoise = cms.Sequence(noiseHLT*prescaler*HcalNoiseProd)

Variable Documentation

Initial value:
00001 HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00002     HLTPaths = ['HLT_MET25'],
00003 #    eventSetupPathsKey='HcalCalNoise',
00004     throw = False #dont throw except on unknown path name
00005 )

Definition at line 5 of file ALCARECOHcalCalNoise_cff.py.

Initial value:
00001 cms.EDFilter("PrescalerFHN",
00002 TriggerResultsTag = cms.InputTag("TriggerResults", "", "HLT"),
00003 
00004 # Will select OR of all specified HLTs
00005 # And increment if HLT is seen, regardless if
00006 # others cause selection
00007 
00008 Prescales = cms.VPSet(
00009     cms.PSet(
00010     HLTName = cms.string("HLT_MET25"),
00011     PrescaleFactor = cms.uint32(1)
00012     )
00013 #    cms.PSet(
00014 #    name = cms.string("HLTPath2"),
00015 #    factor = cms.uint32(100)
00016 #    )
00017 ))

Definition at line 11 of file ALCARECOHcalCalNoise_cff.py.

Definition at line 31 of file ALCARECOHcalCalNoise_cff.py.