CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
alcaElectronStream_cff Namespace Reference

Variables

tuple HLTselectedElectronFEDList
 
tuple streamEvents
 
tuple triggerStreamResultsFilter
 

Variable Documentation

tuple alcaElectronStream_cff.HLTselectedElectronFEDList
Initial value:
1 = cms.EDProducer("selectedElectronFEDListProducerGsf",
2  recoEcalCandidateTags = cms.VInputTag("hltEle27eta2p1WP85PFMT50PFMTFilter","hltEle27WP85GsfTrackIsoFilter"),
3  electronTags = cms.VInputTag("hltEgammaGsfElectrons"),
4  isGsfElectronCollection = cms.vint32(True),
5  beamSpotTag = cms.InputTag("hltOnlineBeamSpot"),
6  rawDataTag = cms.InputTag("rawDataCollector"),
7  HBHERecHitTag = cms.InputTag("hltHbhereco"),
8  ESLookupTable = cms.string('EventFilter/ESDigiToRaw/data/ES_lookup_table.dat'),
9  dumpSelectedEcalFed = cms.bool(True),
10  dumpSelectedSiPixelFed = cms.bool(True),
11  dumpSelectedSiStripFed = cms.bool(True),
12  dumpSelectedHCALFed = cms.bool(True),
13  dumpAllEcalFed = cms.bool(False),
14  dumpAllHcalFed = cms.bool(False),
15  dumpAllTrackerFed = cms.bool(False),
16  dPhiPixelRegion = cms.double(0.3),
17  dEtaPixelRegion = cms.double(0.3),
18  maxZPixelRegion = cms.double(24.0),
19  dRStripRegion = cms.double(0.3),
20  dRHcalRegion = cms.double(0.5),
21  outputLabelModule = cms.string('StreamElectronRawFed'),
22  addThisSelectedFEDs = cms.vint32(812,813)
23 )

Definition at line 18 of file alcaElectronStream_cff.py.

tuple alcaElectronStream_cff.streamEvents
Initial value:
1 = cms.untracked.PSet(
2  SelectEvents = cms.vstring('HLT_Ele27_eta2p1_WP85_Gsf_v1', 'HLT_Ele27_eta2p1_WP85_PFMET_MT50_Gsf_v1'),
3  outputCommands = cms.untracked.vstring('drop * ',
4  'keep edmTriggerResults_*_*_*',
5  'keep *_hltL1GtObjectMap_*_*',
6  'drop *_*_*_*SIM*',
7  'keep *_HLTselectedElectronFEDList_*StreamElectronRawFed*_*',
8  'keep *_*hltFixedGridRhoFastjetAllCaloForMuons*_*_*',
9  'keep *_*hltFixedGridRhoFastjetAll_*_*',
10  'keep *_*hltPixelVerticesElectrons*_*_*',
11  'keep *_*hltPixelVertices_*_*',
12  'keep *_*hltPFMETProducer_*_*')
13 )

Definition at line 43 of file alcaElectronStream_cff.py.

tuple alcaElectronStream_cff.triggerStreamResultsFilter
Initial value:
1 = cms.EDFilter('TriggerResultsFilter',
2  hltResults = cms.InputTag('TriggerResults'), # HLT results - set to empty to ignore HLT
3  l1tResults = cms.InputTag(''), # L1 GT results - set to empty to ignore L1
4  l1tIgnoreMask = cms.bool(False), # use L1 mask
5  l1techIgnorePrescales = cms.bool(False), # read L1 technical bits from PSB#9, bypassing the prescales
6  daqPartitions = cms.uint32(0x01), # used by the definition of the L1 mask
7  throw = cms.bool(True), # throw exception on unknown trigger names
8  triggerConditions = cms.vstring(
9  'HLT_Ele27_eta2p1_WP85_Gsf_v1',
10  'HLT_Ele27_eta2p1_WP85_PFMET_MT50_Gsf_v1',
11  )
12 )

Definition at line 3 of file alcaElectronStream_cff.py.