CMS 3D CMS Logo

Variables

dtT0WireCalibration_cfi Namespace Reference

Variables

tuple dtT0WireCalibration

Variable Documentation

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

Definition at line 3 of file dtT0WireCalibration_cfi.py.