CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtT0WireCalibration_cfi.py
Go to the documentation of this file.
2 
3 dtT0WireCalibration = cms.EDAnalyzer("DTT0Calibration",
4  # Cells for which you want the histos (default = None)
5  cellsWithHisto = cms.untracked.vstring(),
6  # Label to retrieve DT digis from the event
7  digiLabel = cms.untracked.string('muonDTDigis'),
8  calibSector = cms.untracked.string('All'),
9  # Chose the wheel, sector (default = All)
10  calibWheel = cms.untracked.string('All'),
11  # Number of events to be used for the t0 per layer histos
12  eventsForWireT0 = cms.uint32(25000),
13  # Name of the ROOT file which will contain the test pulse times per layer
14  rootFileName = cms.untracked.string('DTTestPulses.root'),
15  debug = cms.untracked.bool(False),
16  rejectDigiFromPeak = cms.uint32(50),
17  # Acceptance for TP peak width
18  tpPeakWidth = cms.double(15.0),
19  # Number of events to be used for the t0 per layer histos
20  eventsForLayerT0 = cms.uint32(5000)
21 )