CMS 3D CMS Logo

Variables

dtT0WireCalibration_cfi Namespace Reference

Variables

tuple dtT0WireCalibration

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTT0Calibration",
00002     # Cells for which you want the histos (default = None)
00003     cellsWithHisto = cms.untracked.vstring(),
00004     # Label to retrieve DT digis from the event
00005     digiLabel = cms.untracked.string('muonDTDigis'),
00006     calibSector = cms.untracked.string('All'),
00007     # Chose the wheel, sector (default = All)
00008     calibWheel = cms.untracked.string('All'),
00009     # Number of events to be used for the t0 per layer histos
00010     eventsForWireT0 = cms.uint32(25000),
00011     # Name of the ROOT file which will contain the test pulse times per layer
00012     rootFileName = cms.untracked.string('DTTestPulses.root'),
00013     debug = cms.untracked.bool(False),
00014     rejectDigiFromPeak = cms.uint32(50),
00015     # Acceptance for TP peak width
00016     tpPeakWidth = cms.double(15.0),
00017     # Number of events to be used for the t0 per layer histos
00018     eventsForLayerT0 = cms.uint32(5000)
00019 )

Definition at line 3 of file dtT0WireCalibration_cfi.py.