CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
dtT0WireCalibration_cfi Namespace Reference

Variables

tuple dtT0WireCalibration
 

Variable Documentation

tuple dtT0WireCalibration_cfi.dtT0WireCalibration
Initial value:
1 = cms.EDAnalyzer("DTT0Calibration",
2  # Set to true to correct t0's from chamber mean
3  # Otherwise write absolute t0's (to be corrected in a second step)
4  correctByChamberMean = cms.bool(True),
5  # Cells for which you want the histos (default = None)
6  cellsWithHisto = cms.untracked.vstring(),
7  # Label to retrieve DT digis from the event
8  digiLabel = cms.untracked.string('muonDTDigis'),
9  calibSector = cms.untracked.string('All'),
10  # Chose the wheel, sector (default = All)
11  calibWheel = cms.untracked.string('All'),
12  # Number of events to be used for the t0 per layer histos
13  eventsForWireT0 = cms.uint32(25000),
14  # Name of the ROOT file which will contain the test pulse times per layer
15  rootFileName = cms.untracked.string('DTTestPulses.root'),
16  debug = cms.untracked.bool(False),
17  rejectDigiFromPeak = cms.uint32(50),
18  # Acceptance for TP peak width
19  tpPeakWidth = cms.double(15.0),
20  # Number of events to be used for the t0 per layer histos
21  eventsForLayerT0 = cms.uint32(5000)
22 )

Definition at line 3 of file dtT0WireCalibration_cfi.py.