CMS 3D CMS Logo

Variables

dtResolutionTest_cfi Namespace Reference

Variables

tuple resolutionTest

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTResolutionTest",
00002     runningStandalone = cms.untracked.bool(True),
00003     diagnosticPrescale = cms.untracked.int32(1),
00004     calibModule = cms.untracked.bool(True),
00005     #Names of the quality tests: they must match those specified in "qtList"
00006     resDistributionTestName = cms.untracked.string('ResidualsDistributionGaussianTest'),
00007     meanTestName = cms.untracked.string('ResidualsMeanInRange'),
00008     sigmaTestName = cms.untracked.string('ResidualsSigmaInRange'),
00009     #Input/Output files
00010     readFile = cms.untracked.bool(False),
00011     inputFile = cms.untracked.string('/afs/cern.ch/cms/CAF/CMSALCA/ALCA_MUONCALIB/DTCALIB/CRAFT/ttrig/DTkFactValidation_66722.root'),
00012     debug = cms.untracked.bool(False),
00013     OutputMEsInRootFile = cms.bool(True),
00014     OutputFileName = cms.string('provaDTkfactValidation2.root'),
00015     #Histo setting
00016     folderRoot = cms.untracked.string(''),
00017     histoTag2D = cms.untracked.string('hResDistVsDist_STEP3'),
00018     histoTag = cms.untracked.string('hResDist_STEP3'),
00019     STEP = cms.untracked.string('STEP3'),  
00020     meanMaxLimit =  cms.untracked.double(0.07),
00021     meanWrongHisto =  cms.untracked.bool(False),
00022     sigmaTest =  cms.untracked.bool(False),
00023     slopeTest =  cms.untracked.bool(False)
00024 )

Definition at line 3 of file dtResolutionTest_cfi.py.