CMS 3D CMS Logo

Variables

ALCARECODtCalib_cff Namespace Reference

Variables

tuple ALCARECODtCalibHLTFilter = copy.deepcopy(hltHighLevel)
tuple dt4DSegmentsNoWire
tuple DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_NoWire
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.

Initial value:
00001 cms.EDProducer("DTRecSegment4DProducer",
00002     # The reconstruction algo and its parameter set
00003     DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_NoWire,
00004     # debuggin opt
00005     debug = cms.untracked.bool(False),
00006     # name of the rechit 1D collection in the event
00007     recHits1DLabel = cms.InputTag("dt1DRecHits"),
00008     # name of the rechit 2D collection in the event
00009     recHits2DLabel = cms.InputTag("dt2DSegments")
00010 )

Definition at line 47 of file ALCARECODtCalib_cff.py.

Initial value:
00001 cms.PSet(
00002     Reco4DAlgoName = cms.string('DTCombinatorialPatternReco4D'),
00003     Reco4DAlgoConfig = cms.PSet(
00004         # this are the RecSegment2D algo parameters!
00005         DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB,
00006         # Parameters for the updator
00007         # this is the RecHit1D algo!!
00008         DTLinearDriftFromDBAlgo,
00009         debug = cms.untracked.bool(False),
00010         # Parameters for the cleaner
00011         nUnSharedHitsMin = cms.int32(2),
00012         # the input type. 
00013         # If true the instructions in setDTRecSegment2DContainer will be schipped and the 
00014         # theta segment will be recomputed from the 1D rechits
00015         # If false the theta segment will be taken from the Event. Caveat: in this case the
00016         # event must contain the 2D segments!
00017         AllDTRecHits = cms.bool(True),
00018         # Parameters for  T0 fit segment in the Updator 
00019         performT0SegCorrection = cms.bool(False),
00020         hit_afterT0_resolution = cms.double(0.03),
00021         performT0_vdriftSegCorrection = cms.bool(False),
00022         doWirePropCorrection = cms.bool(False)
00023     )
00024 )

Definition at line 21 of file ALCARECODtCalib_cff.py.

Initial value:
00001 cms.EDFilter("FilterOutScraping",
00002                                   applyfilter = cms.untracked.bool(True),
00003                                   debugOn = cms.untracked.bool(False),
00004                                   numtrack = cms.untracked.uint32(10),
00005                                   thresh = cms.untracked.double(0.25)
00006 )

Definition at line 65 of file ALCARECODtCalib_cff.py.

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

Definition at line 59 of file ALCARECODtCalib_cff.py.

Definition at line 73 of file ALCARECODtCalib_cff.py.