CMS 3D CMS Logo

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

Functions

def _findIndicesByModule
 

Variables

dictionary _addTiming = {}
 
dictionary _insertGeneralTracksImporter = {}
 
 elementImporters = _insertGeneralTracksImporter
 
tuple importerName = cms.string('GeneralTracksImporterWithVeto')
 
tuple particleFlowBlock
 
tuple timeErrorMap = cms.InputTag("trackTimeValueMapProducer:generalTracksConfigurableFlatResolutionModelResolution")
 
tuple timeValueMap = cms.InputTag("trackTimeValueMapProducer:generalTracksConfigurableFlatResolutionModel")
 
tuple veto = cms.InputTag('hgcalTrackCollection:TracksInHGCal')
 

Function Documentation

def particleFlowBlock_cfi._findIndicesByModule (   name)
private

Definition at line 139 of file particleFlowBlock_cfi.py.

140 def _findIndicesByModule(name):
141  ret = []
142  for i, pset in enumerate(particleFlowBlock.elementImporters):
143  if pset.importerName.value() == name:
144  ret.append(i)
145  return ret

Variable Documentation

dictionary particleFlowBlock_cfi._addTiming = {}

Definition at line 178 of file particleFlowBlock_cfi.py.

dictionary particleFlowBlock_cfi._insertGeneralTracksImporter = {}

Definition at line 148 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.elementImporters = _insertGeneralTracksImporter

Definition at line 156 of file particleFlowBlock_cfi.py.

tuple particleFlowBlock_cfi.importerName = cms.string('GeneralTracksImporterWithVeto')

Definition at line 151 of file particleFlowBlock_cfi.py.

tuple particleFlowBlock_cfi.particleFlowBlock

Definition at line 3 of file particleFlowBlock_cfi.py.

tuple particleFlowBlock_cfi.timeErrorMap = cms.InputTag("trackTimeValueMapProducer:generalTracksConfigurableFlatResolutionModelResolution")

Definition at line 182 of file particleFlowBlock_cfi.py.

tuple particleFlowBlock_cfi.timeValueMap = cms.InputTag("trackTimeValueMapProducer:generalTracksConfigurableFlatResolutionModel")

Definition at line 181 of file particleFlowBlock_cfi.py.

tuple particleFlowBlock_cfi.veto = cms.InputTag('hgcalTrackCollection:TracksInHGCal')

Definition at line 152 of file particleFlowBlock_cfi.py.