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
 
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.

tuple ALCARECODtCalib_cff.dt4DSegmentsNoWire
Initial value:
1 = cms.EDProducer("DTRecSegment4DProducer",
2  # The reconstruction algo and its parameter set
3  DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_NoWire,
4  # debuggin opt
5  debug = cms.untracked.bool(False),
6  # name of the rechit 1D collection in the event
7  recHits1DLabel = cms.InputTag("dt1DRecHits"),
8  # name of the rechit 2D collection in the event
9  recHits2DLabel = cms.InputTag("dt2DSegments")
10 )

Definition at line 47 of file ALCARECODtCalib_cff.py.

tuple ALCARECODtCalib_cff.DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_NoWire
Initial value:
1 = cms.PSet(
2  Reco4DAlgoName = cms.string('DTCombinatorialPatternReco4D'),
3  Reco4DAlgoConfig = cms.PSet(
4  # this are the RecSegment2D algo parameters!
5  DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB,
6  # Parameters for the updator
7  # this is the RecHit1D algo!!
8  DTLinearDriftFromDBAlgo,
9  debug = cms.untracked.bool(False),
10  # Parameters for the cleaner
11  nUnSharedHitsMin = cms.int32(2),
12  # the input type.
13  # If true the instructions in setDTRecSegment2DContainer will be schipped and the
14  # theta segment will be recomputed from the 1D rechits
15  # If false the theta segment will be taken from the Event. Caveat: in this case the
16  # event must contain the 2D segments!
17  AllDTRecHits = cms.bool(True),
18  # Parameters for T0 fit segment in the Updator
19  performT0SegCorrection = cms.bool(False),
20  hit_afterT0_resolution = cms.double(0.03),
21  performT0_vdriftSegCorrection = cms.bool(False),
22  doWirePropCorrection = cms.bool(False)
23  )
24 )

Definition at line 21 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 65 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 59 of file ALCARECODtCalib_cff.py.

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

Definition at line 73 of file ALCARECODtCalib_cff.py.