CMS 3D CMS Logo

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

Variables

tuple ALCARECOPPSCalTrackBasedSelHLT
 
tuple hltPPSPerPotTrackFilter_45
 
tuple hltPPSPerPotTrackFilter_56
 
tuple seqALCARECOPPSCalTrackBasedSel
 

Variable Documentation

tuple ALCARECOPPSCalTrackBasedSel_cff.ALCARECOPPSCalTrackBasedSelHLT
Initial value:
1 = _hlt.clone(
2  andOr = True,
3  HLTPaths = ['HLT_ZeroBias_v*'],
4  #eventSetupPathKey = 'SiStripCalZeroBias', # in case we have a proper base key
5  throw = False
6 )

Definition at line 5 of file ALCARECOPPSCalTrackBasedSel_cff.py.

tuple ALCARECOPPSCalTrackBasedSel_cff.hltPPSPerPotTrackFilter_45
Initial value:
1 = _filter.clone(
2  pixelFilter = cms.VPSet(
3  cms.PSet( # sector 45, near pot
4  detid = cms.uint32(2022703104),
5  minTracks = cms.int32(1),
6  maxTracks = cms.int32(1),
7  ),
8  cms.PSet( # sector 45, far pot
9  detid = cms.uint32(2023227392),
10  minTracks = cms.int32(1),
11  maxTracks = cms.int32(1),
12  ),
13  )
14 )

Definition at line 18 of file ALCARECOPPSCalTrackBasedSel_cff.py.

tuple ALCARECOPPSCalTrackBasedSel_cff.hltPPSPerPotTrackFilter_56
Initial value:
1 = _filter.clone(
2  pixelFilter = cms.VPSet(
3  cms.PSet( # sector 56, near pot
4  detid = cms.uint32(2039480320),
5  minTracks = cms.int32(1),
6  maxTracks = cms.int32(1),
7  ),
8  cms.PSet( # sector 56, far pot
9  detid = cms.uint32(2040004608),
10  minTracks = cms.int32(1),
11  maxTracks = cms.int32(1),
12  ),
13  )
14 )

Definition at line 32 of file ALCARECOPPSCalTrackBasedSel_cff.py.

tuple ALCARECOPPSCalTrackBasedSel_cff.seqALCARECOPPSCalTrackBasedSel
Initial value:
1 = cms.Sequence(
2  ctppsRawToDigi *
3  recoCTPPS *
4  ALCARECOPPSCalTrackBasedSelHLT *
5  (hltPPSPerPotTrackFilter_45 + hltPPSPerPotTrackFilter_56)
6 )

Definition at line 47 of file ALCARECOPPSCalTrackBasedSel_cff.py.