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  # Cells for which you want the histos (default = None)
3  cellsWithHisto = cms.untracked.vstring(),
4  # Label to retrieve DT digis from the event
5  digiLabel = cms.untracked.string('muonDTDigis'),
6  calibSector = cms.untracked.string('All'),
7  # Chose the wheel, sector (default = All)
8  calibWheel = cms.untracked.string('All'),
9  # Number of events to be used for the t0 per layer histos
10  eventsForWireT0 = cms.uint32(25000),
11  # Name of the ROOT file which will contain the test pulse times per layer
12  rootFileName = cms.untracked.string('DTTestPulses.root'),
13  debug = cms.untracked.bool(False),
14  rejectDigiFromPeak = cms.uint32(50),
15  # Acceptance for TP peak width
16  tpPeakWidth = cms.double(15.0),
17  # Number of events to be used for the t0 per layer histos
18  eventsForLayerT0 = cms.uint32(5000)
19 )

Definition at line 3 of file dtT0WireCalibration_cfi.py.