CMS 3D CMS Logo

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

Variables

tuple ALCARECODtCalibHLTFilter = copy.deepcopy(hltHighLevel)
 
tuple dt4DSegmentsNoWire = dt4DSegmentsCfiRef.dt4DSegments.clone()
 
tuple noscraping
 
tuple primaryVertexFilter
 
tuple seqALCARECODtCalib = cms.Sequence(primaryVertexFilter * noscraping * ALCARECODtCalibHLTFilter * DTCalibMuonSelection * dt4DSegmentsNoWire)
 

Variable Documentation

tuple ALCARECODtCalib_cff.ALCARECODtCalibHLTFilter = copy.deepcopy(hltHighLevel)

Definition at line 9 of file ALCARECODtCalib_cff.py.

tuple ALCARECODtCalib_cff.dt4DSegmentsNoWire = dt4DSegmentsCfiRef.dt4DSegments.clone()

Definition at line 16 of file ALCARECODtCalib_cff.py.

tuple ALCARECODtCalib_cff.noscraping
Initial value:
1 = cms.EDFilter("FilterOutScraping",
2  applyfilter = cms.untracked.bool(True),
3  debugOn = cms.untracked.bool(False),
4  numtrack = cms.untracked.uint32(10),
5  thresh = cms.untracked.double(0.25)
6 )

Definition at line 27 of file ALCARECODtCalib_cff.py.

tuple ALCARECODtCalib_cff.primaryVertexFilter
Initial value:
1 = cms.EDFilter("VertexSelector",
2  src = cms.InputTag("offlinePrimaryVertices"),
3  cut = cms.string("!isFake && ndof > 4 && abs(z) <= 15 && position.Rho <= 2"), # tracksSize() > 3 for the older cut
4  filter = cms.bool(True), # otherwise it won't filter the events, just produce an empty vertex collection.
5 )

Definition at line 21 of file ALCARECODtCalib_cff.py.

tuple ALCARECODtCalib_cff.seqALCARECODtCalib = cms.Sequence(primaryVertexFilter * noscraping * ALCARECODtCalibHLTFilter * DTCalibMuonSelection * dt4DSegmentsNoWire)

Definition at line 34 of file ALCARECODtCalib_cff.py.