CMS 3D CMS Logo

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

Functions

def _modifyForPhase1
 

Variables

tuple generalTpSelectorBlock
 
tuple TpSelectorForEfficiencyVsEtaBlock = generalTpSelectorBlock.clone()
 
tuple TpSelectorForEfficiencyVsPhiBlock = generalTpSelectorBlock.clone()
 
tuple TpSelectorForEfficiencyVsPtBlock = generalTpSelectorBlock.clone(ptMin = 0.050 )
 
tuple TpSelectorForEfficiencyVsVTXRBlock = generalTpSelectorBlock.clone(tip = 60.0)
 
tuple TpSelectorForEfficiencyVsVTXZBlock = generalTpSelectorBlock.clone()
 

Function Documentation

def TrackingParticleSelectionsForEfficiency_cff._modifyForPhase1 (   pset)
private

Definition at line 27 of file TrackingParticleSelectionsForEfficiency_cff.py.

27 
28 def _modifyForPhase1(pset):
29  pset.minRapidity = -3
30  pset.maxRapidity = 3
31 eras.phase1Pixel.toModify(generalTpSelectorBlock, _modifyForPhase1)
32 eras.phase1Pixel.toModify(TpSelectorForEfficiencyVsEtaBlock, _modifyForPhase1)

Variable Documentation

tuple TrackingParticleSelectionsForEfficiency_cff.generalTpSelectorBlock
Initial value:
1 = cms.PSet(
2  lip = cms.double(30.0),
3  chargedOnly = cms.bool(True),
4  pdgId = cms.vint32(),
5  signalOnly = cms.bool(True),
6  intimeOnly = cms.bool(False),
7  stableOnly = cms.bool(False),
8  minRapidity = cms.double(-2.5),
9  minHit = cms.int32(0),
10  ptMin = cms.double(0.9),
11  maxRapidity = cms.double(2.5),
12  tip = cms.double(3.5)
13 )

Definition at line 3 of file TrackingParticleSelectionsForEfficiency_cff.py.

tuple TrackingParticleSelectionsForEfficiency_cff.TpSelectorForEfficiencyVsEtaBlock = generalTpSelectorBlock.clone()
tuple TrackingParticleSelectionsForEfficiency_cff.TpSelectorForEfficiencyVsPhiBlock = generalTpSelectorBlock.clone()
tuple TrackingParticleSelectionsForEfficiency_cff.TpSelectorForEfficiencyVsPtBlock = generalTpSelectorBlock.clone(ptMin = 0.050 )
tuple TrackingParticleSelectionsForEfficiency_cff.TpSelectorForEfficiencyVsVTXRBlock = generalTpSelectorBlock.clone(tip = 60.0)
tuple TrackingParticleSelectionsForEfficiency_cff.TpSelectorForEfficiencyVsVTXZBlock = generalTpSelectorBlock.clone()