CMS 3D CMS Logo

Functions | Variables
particleFlowBlock_cfi Namespace Reference

Functions

def _findIndicesByModule (name)
 

Variables

 _addTiming
 
 _addTimingLayer
 
 _insertGeneralTracksImporter
 
 BCtoPFCMap
 
 cleanBadConvertedBrems
 
 debug
 
 DPtOverPtCuts_byTrackAlgo
 
 elementImporters
 
 gsfsAreSecondary
 
 importerName
 
 linkDefinitions
 
 linkerName
 
 linkType
 
 maxDPtOPt
 
 maximumHoverE
 
 minPTforBypass
 
 minSuperClusterPt
 
 muonSrc
 
 NHitCuts_byTrackAlgo
 
 particleFlowBlock
 
 source
 
 source_eb
 
 source_ee
 
 source_towers
 
 SuperClusterMatchByRef
 
 superClustersArePF
 
 timeErrorMap
 
 timeErrorMapGsf
 
 timeValueMap
 
 timeValueMapGsf
 
 useConvertedBrems
 
 useIterativeTracking
 
 useKDTree
 
 verbose
 
 veto
 

Function Documentation

def particleFlowBlock_cfi._findIndicesByModule (   name)
private

Definition at line 141 of file particleFlowBlock_cfi.py.

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

Variable Documentation

particleFlowBlock_cfi._addTiming
private

Definition at line 180 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi._addTimingLayer
private

Definition at line 191 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi._insertGeneralTracksImporter
private

Definition at line 150 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.BCtoPFCMap

Definition at line 60 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.cleanBadConvertedBrems

Definition at line 44 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.debug

Definition at line 8 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.DPtOverPtCuts_byTrackAlgo

Definition at line 47 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.elementImporters

Definition at line 16 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.gsfsAreSecondary

Definition at line 19 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.importerName

Definition at line 17 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.linkDefinitions

Definition at line 81 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.linkerName

Definition at line 82 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.linkType

Definition at line 83 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.maxDPtOPt

Definition at line 46 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.maximumHoverE

Definition at line 27 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.minPTforBypass

Definition at line 29 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.minSuperClusterPt

Definition at line 28 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.muonSrc

Definition at line 43 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.NHitCuts_byTrackAlgo

Definition at line 49 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.particleFlowBlock

Definition at line 3 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.source

Definition at line 18 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.source_eb

Definition at line 24 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.source_ee

Definition at line 25 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.source_towers

Definition at line 26 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.SuperClusterMatchByRef

Definition at line 137 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.superClustersArePF

Definition at line 20 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.timeErrorMap

Definition at line 183 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.timeErrorMapGsf

Definition at line 185 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.timeValueMap

Definition at line 182 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.timeValueMapGsf

Definition at line 184 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.useConvertedBrems

Definition at line 118 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.useIterativeTracking

Definition at line 45 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.useKDTree

Definition at line 84 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.verbose

Definition at line 6 of file particleFlowBlock_cfi.py.

particleFlowBlock_cfi.veto

Definition at line 154 of file particleFlowBlock_cfi.py.