CMS 3D CMS Logo

Variables

SiStripBackplaneCalibration_cff Namespace Reference

Variables

tuple SiStripBackplaneCalibration

Variable Documentation

Initial value:
00001 cms.PSet(
00002     # Name that is bound to the SiStripBackplaneCalibration, defined by 
00003     # the DEFINE_EDM_PLUGIN macro in SiStripBackplaneCalibration.cc:
00004     calibrationName = cms.string('SiStripBackplaneCalibration'),
00005 
00006     # Configuration parameters of BackplaneCalibration
00007     readoutMode = cms.string('deconvolution'), # 'peak' is reference, so do not change this
00008     treeFile = cms.string('treeFile.root'), # to store backplane correction values (in-&output)
00009     mergeTreeFiles = cms.vstring(), # files with input/output from various parallel jobs
00010     saveToDB = cms.bool(False), # save result in poolDBOutputService
00011     # If we save to DB, the recordNameDBwrite must match what is specified
00012     # as 'record' in the PoolDBOutputService:
00013     recordNameDBwrite = cms.string('SiStripBackPlaneCorrectionRcd'),
00014 
00015     # Configuration of the granularity for the backplane correction determination
00016     BackplaneModuleGroups = cms.PSet(),
00017     )

Definition at line 3 of file SiStripBackplaneCalibration_cff.py.