CMS 3D CMS Logo

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

Variables

tuple DQMGenericTnPClient
 
tuple DQMGenericTnPClientPars
 

Variable Documentation

tuple DQMGenericTnPClient_cfi.DQMGenericTnPClient
Initial value:
1 = cms.EDAnalyzer("DQMGenericTnPClient",
2  MyDQMrootFolder = cms.untracked.string("HLT/Muon/"),
3  # Set this if you want to save the fitting plots
4  #SavePlotsInRootFileName = cms.untracked.string("fittingPlots.root"),
5  Verbose = cms.untracked.bool(False),
6  Efficiencies = cms.untracked.VPSet(
7  DQMGenericTnPClientPars.clone(
8  NumeratorMEname = cms.untracked.string("globalMuons"),
9  DenominatorMEname = cms.untracked.string("tracks"),
10  EfficiencyMEname = cms.untracked.string("effGlobal")
11  ),
12  )
13 )

Definition at line 15 of file DQMGenericTnPClient_cfi.py.

tuple DQMGenericTnPClient_cfi.DQMGenericTnPClientPars
Initial value:
1 = cms.untracked.PSet(
2  MassDimension = cms.untracked.int32(2),
3  FitFunction = cms.untracked.string("GaussianPlusLinear"),
4  ExpectedMean = cms.untracked.double(91.),
5  ExpectedSigma = cms.untracked.double(1.),
6  Width = cms.untracked.double(2.5),
7  FitRangeLow = cms.untracked.double(65),
8  FitRangeHigh = cms.untracked.double(115),
9  SignalRangeLow = cms.untracked.double(81),
10  SignalRangeHigh = cms.untracked.double(101)
11 )

Definition at line 3 of file DQMGenericTnPClient_cfi.py.