CMS 3D CMS Logo

Variables

SiPixelGainCalibrationAnalysis_cfi Namespace Reference

Variables

tuple SiPixelGainCalibrationAnalysis

Variable Documentation

Initial value:
00001 cms.EDFilter("SiPixelGainCalibrationAnalysis",
00002     # parameter set from CondTools/SiPixel/ module SiPixelGalibrationService 
00003     SiPixelGainCalibrationServiceParameters,
00004     saveFile = cms.untracked.bool(True),
00005     maxChi2InHist = cms.untracked.double(50.0),
00006     savePixelLevelHists = cms.untracked.bool(False),
00007     saveAllHistograms = cms.untracked.bool(False),
00008     listOfDetIDs = cms.untracked.vuint32(),                                         
00009     # try to create database. 'true' setting for expert use only.
00010     writeDatabase = cms.untracked.bool(False),
00011     record = cms.string('SiPixelGainCalibrationRcd'),
00012     suppressPointsWithOneEntryOrLess = cms.untracked.bool(True),
00013     #parameters common to SiPixelOfflineCalibAnalysisBase 
00014     DetSetVectorSiPixelCalibDigiTag = cms.InputTag("siPixelCalibDigis"),
00015     outputFileName = cms.string('Pixel_DQM_Calibration.root'),
00016     suppressZeroAndPlateausInFitFrac = cms.untracked.double(0.2),
00017     suppressPlateauInFit = cms.untracked.bool(True),
00018     minChi2NDFforHistSave = cms.untracked.double(25.0),
00019     minChi2ProbforHistSave = cms.untracked.double(0.001),
00020     plateauSlopeMax = cms.untracked.double(1.0),
00021     appendDatabaseMode = cms.untracked.bool(False),
00022     # the gain is defined as 1/slope of fit.
00023     # maxGainInHist fixes the range of the 1D gain summary plots to [0,maxGainInHist]]
00024     maxGainInHist = cms.untracked.double(25.),
00025     useVCALHIGH = cms.bool(True),
00026     # conversion factor to go from VCAL_HIGH to VCAL_LOW. Current best estimate: VCAL_HIGH = 7 * VCAL_LOW, which is encoded in the parameter below 
00027     vcalHighToLowConversionFac = cms.double(7.0),
00028     # use this mode if you want to analyze S-Curve data with the Gain analysis
00029     ignoreMode = cms.untracked.bool(False)                                          
00030 )

Definition at line 28 of file SiPixelGainCalibrationAnalysis_cfi.py.