CMS 3D CMS Logo

Functions | Variables
particleFlowBlock_cfi Namespace Reference

Functions

def _findIndicesByModule (name)
 

Variables

 _addTiming
 
 _addTimingLayer
 
 _addTrackHFLinks
 
 _insertTrackImportersWithVeto
 
 _scImporter
 
 _trackImporters
 
 elementImporters
 
 importerName
 
 linkDefinitions
 
 linkerName
 
 linkType
 
 minPTforBypass
 
 minSuperClusterPt
 
 nMaxHcalLinksPerTrack
 
 particleFlowBlock
 
 timeErrorMap
 
 timeErrorMapGsf
 
 timeQualityMap
 
 timeQualityMapGsf
 
 timeQualityThreshold
 
 timeValueMap
 
 timeValueMapGsf
 
 trajectoryLayerEntrance
 
 trajectoryLayerExit
 
 useKDTree
 
 usePFThresholdsFromDB
 
 useTimeQuality
 
 vetoEndcap
 
 vetoMode
 
 vetoSrc
 

Function Documentation

◆ _findIndicesByModule()

def particleFlowBlock_cfi._findIndicesByModule (   name)
private

Definition at line 17 of file particleFlowBlock_cfi.py.

17 def _findIndicesByModule(name):
18  ret = []
19  for i, pset in enumerate(particleFlowBlock.elementImporters):
20  if pset.importerName.value() == name:
21  ret.append(i)
22  return ret
23 

Variable Documentation

◆ _addTiming

particleFlowBlock_cfi._addTiming
private

Definition at line 70 of file particleFlowBlock_cfi.py.

◆ _addTimingLayer

particleFlowBlock_cfi._addTimingLayer
private

Definition at line 81 of file particleFlowBlock_cfi.py.

◆ _addTrackHFLinks

particleFlowBlock_cfi._addTrackHFLinks
private

Definition at line 43 of file particleFlowBlock_cfi.py.

◆ _insertTrackImportersWithVeto

particleFlowBlock_cfi._insertTrackImportersWithVeto
private

Definition at line 25 of file particleFlowBlock_cfi.py.

◆ _scImporter

particleFlowBlock_cfi._scImporter
private

Definition at line 8 of file particleFlowBlock_cfi.py.

◆ _trackImporters

particleFlowBlock_cfi._trackImporters
private

Definition at line 26 of file particleFlowBlock_cfi.py.

◆ elementImporters

particleFlowBlock_cfi.elementImporters

Definition at line 37 of file particleFlowBlock_cfi.py.

◆ importerName

particleFlowBlock_cfi.importerName

Definition at line 71 of file particleFlowBlock_cfi.py.

◆ linkDefinitions

particleFlowBlock_cfi.linkDefinitions

Definition at line 64 of file particleFlowBlock_cfi.py.

◆ linkerName

particleFlowBlock_cfi.linkerName

Definition at line 45 of file particleFlowBlock_cfi.py.

◆ linkType

particleFlowBlock_cfi.linkType

Definition at line 46 of file particleFlowBlock_cfi.py.

◆ minPTforBypass

particleFlowBlock_cfi.minPTforBypass

Definition at line 13 of file particleFlowBlock_cfi.py.

◆ minSuperClusterPt

particleFlowBlock_cfi.minSuperClusterPt

Definition at line 12 of file particleFlowBlock_cfi.py.

◆ nMaxHcalLinksPerTrack

particleFlowBlock_cfi.nMaxHcalLinksPerTrack

Definition at line 50 of file particleFlowBlock_cfi.py.

◆ particleFlowBlock

particleFlowBlock_cfi.particleFlowBlock

Definition at line 4 of file particleFlowBlock_cfi.py.

◆ timeErrorMap

particleFlowBlock_cfi.timeErrorMap

Definition at line 74 of file particleFlowBlock_cfi.py.

◆ timeErrorMapGsf

particleFlowBlock_cfi.timeErrorMapGsf

Definition at line 76 of file particleFlowBlock_cfi.py.

◆ timeQualityMap

particleFlowBlock_cfi.timeQualityMap

Definition at line 86 of file particleFlowBlock_cfi.py.

◆ timeQualityMapGsf

particleFlowBlock_cfi.timeQualityMapGsf

Definition at line 93 of file particleFlowBlock_cfi.py.

◆ timeQualityThreshold

particleFlowBlock_cfi.timeQualityThreshold

Definition at line 87 of file particleFlowBlock_cfi.py.

◆ timeValueMap

particleFlowBlock_cfi.timeValueMap

Definition at line 73 of file particleFlowBlock_cfi.py.

◆ timeValueMapGsf

particleFlowBlock_cfi.timeValueMapGsf

Definition at line 75 of file particleFlowBlock_cfi.py.

◆ trajectoryLayerEntrance

particleFlowBlock_cfi.trajectoryLayerEntrance

Definition at line 48 of file particleFlowBlock_cfi.py.

◆ trajectoryLayerExit

particleFlowBlock_cfi.trajectoryLayerExit

Definition at line 49 of file particleFlowBlock_cfi.py.

◆ useKDTree

particleFlowBlock_cfi.useKDTree

Definition at line 47 of file particleFlowBlock_cfi.py.

◆ usePFThresholdsFromDB

particleFlowBlock_cfi.usePFThresholdsFromDB

Definition at line 110 of file particleFlowBlock_cfi.py.

◆ useTimeQuality

particleFlowBlock_cfi.useTimeQuality

Definition at line 72 of file particleFlowBlock_cfi.py.

◆ vetoEndcap

particleFlowBlock_cfi.vetoEndcap

Definition at line 31 of file particleFlowBlock_cfi.py.

◆ vetoMode

particleFlowBlock_cfi.vetoMode

Definition at line 32 of file particleFlowBlock_cfi.py.

◆ vetoSrc

particleFlowBlock_cfi.vetoSrc

Definition at line 33 of file particleFlowBlock_cfi.py.