CMS 3D CMS Logo

Variables

DQMGenericTnPClient_cfi Namespace Reference

Variables

tuple DQMGenericTnPClient
tuple DQMGenericTnPClientPars

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DQMGenericTnPClient",
00002   MyDQMrootFolder = cms.untracked.string("HLT/Muon/"),
00003   # Set this if you want to save the fitting plots
00004   #SavePlotsInRootFileName = cms.untracked.string("fittingPlots.root"),
00005   Verbose = cms.untracked.bool(False),
00006   Efficiencies = cms.untracked.VPSet(
00007     DQMGenericTnPClientPars.clone(
00008       NumeratorMEname = cms.untracked.string("globalMuons"),
00009       DenominatorMEname = cms.untracked.string("tracks"),
00010       EfficiencyMEname = cms.untracked.string("effGlobal")
00011     ),
00012   )
00013 )

Definition at line 15 of file DQMGenericTnPClient_cfi.py.

Initial value:
00001 cms.untracked.PSet(
00002     MassDimension = cms.untracked.int32(2),
00003     FitFunction = cms.untracked.string("GaussianPlusLinear"),
00004     ExpectedMean = cms.untracked.double(91.),
00005     ExpectedSigma = cms.untracked.double(1.),
00006     Width = cms.untracked.double(2.5),
00007     FitRangeLow = cms.untracked.double(65),
00008     FitRangeHigh = cms.untracked.double(115),
00009     SignalRangeLow = cms.untracked.double(81),
00010     SignalRangeHigh = cms.untracked.double(101)
00011 )

Definition at line 3 of file DQMGenericTnPClient_cfi.py.