Variables | |
tuple | errorMatrix_default |
tuple | MuonErrorMatrixAnalyzer |
00001 cms.PSet( 00002 PtBins = cms.vdouble(), ## set NPt=0 and the vector of double for variable size binning 00003 00004 minPhi = cms.string('-Pi'), 00005 minPt = cms.double(0.0), 00006 maxEta = cms.double(2.5), 00007 maxPhi = cms.string('Pi'), 00008 minEta = cms.double(0.0), 00009 EtaBins = cms.vdouble(), ## set NEta=0 and the vector of double for variable size binning 00010 00011 NEta = cms.int32(10), 00012 NPt = cms.int32(10), 00013 maxPt = cms.double(200.0), 00014 NPhi = cms.int32(1) 00015 )
Definition at line 7 of file MuonErrorMatrixAnalyzer_cfi.py.
00001 cms.EDAnalyzer("MuonErrorMatrixAnalyzer", 00002 errorMatrix_Reported_pset = cms.PSet( 00003 errorMatrix_default, 00004 action = cms.string('constructor'), 00005 rootFileName = cms.string('errorMatrix_Reported.root') 00006 ), 00007 associatorName = cms.string('TrackAssociatorByPosition'), 00008 errorMatrix_Pull_pset = cms.PSet( 00009 errorMatrix_default, 00010 action = cms.string('constructor'), 00011 rootFileName = cms.string('errorMatrix_Pull.root') 00012 ), 00013 gaussianPullFitRange = cms.untracked.double(2.0), 00014 # if radius is not 0, a propagator needs to be specified to go to that radius 00015 propagatorName = cms.string('SteppingHelixPropagatorAlong'), 00016 trackLabel = cms.InputTag("standAloneMuons","UpdatedAtVtx"), 00017 plotFileName = cms.string('controlErrorMatrixAnalyzer.root'), ##empty string. no root file 00018 00019 radius = cms.double(0.0), 00020 z = cms.double(0.0), 00021 trackingParticleLabel = cms.InputTag("trackingParticles"), 00022 errorMatrix_Residual_pset = cms.PSet( 00023 errorMatrix_default, 00024 action = cms.string('constructor'), 00025 rootFileName = cms.string('errorMatrix_Residual.root') 00026 ) 00027 )
Definition at line 22 of file MuonErrorMatrixAnalyzer_cfi.py.