CMS 3D CMS Logo

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

Variables

tuple errorMatrix_default
 
tuple muonErrorMatrixAnalyzer
 

Variable Documentation

tuple MuonErrorMatrixAnalyzer_cfi.errorMatrix_default
Initial value:
1 = cms.PSet(
2  PtBins = cms.vdouble(), ## set NPt=0 and the vector of double for variable size binning
3 
4  minPhi = cms.string('-Pi'),
5  minPt = cms.double(0.0),
6  maxEta = cms.double(2.5),
7  maxPhi = cms.string('Pi'),
8  minEta = cms.double(0.0),
9  EtaBins = cms.vdouble(), ## set NEta=0 and the vector of double for variable size binning
10 
11  NEta = cms.int32(10),
12  NPt = cms.int32(10),
13  maxPt = cms.double(200.0),
14  NPhi = cms.int32(1)
15 )

Definition at line 7 of file MuonErrorMatrixAnalyzer_cfi.py.

tuple MuonErrorMatrixAnalyzer_cfi.muonErrorMatrixAnalyzer
Initial value:
1 = cms.EDAnalyzer("MuonErrorMatrixAnalyzer",
2  errorMatrix_Reported_pset = cms.PSet(
3  errorMatrix_default,
4  action = cms.string('constructor'),
5  rootFileName = cms.string('errorMatrix_Reported.root')
6  ),
7  associatorName = cms.string('trackAssociatorByPosition'),
8  errorMatrix_Pull_pset = cms.PSet(
9  errorMatrix_default,
10  action = cms.string('constructor'),
11  rootFileName = cms.string('errorMatrix_Pull.root')
12  ),
13  gaussianPullFitRange = cms.untracked.double(2.0),
14  # if radius is not 0, a propagator needs to be specified to go to that radius
15  propagatorName = cms.string('SteppingHelixPropagatorAlong'),
16  trackLabel = cms.InputTag("standAloneMuons","UpdatedAtVtx"),
17  plotFileName = cms.string('controlErrorMatrixAnalyzer.root'), ##empty string. no root file
18 
19  radius = cms.double(0.0),
20  z = cms.double(0.0),
21  trackingParticleLabel = cms.InputTag("trackingParticles"),
22  errorMatrix_Residual_pset = cms.PSet(
23  errorMatrix_default,
24  action = cms.string('constructor'),
25  rootFileName = cms.string('errorMatrix_Residual.root')
26  )
27 )

Definition at line 22 of file MuonErrorMatrixAnalyzer_cfi.py.