CMS 3D CMS Logo

Variables

SiPixelLorentzAngleCalibration_cff Namespace Reference

Variables

tuple SiPixelLorentzAngleCalibration

Variable Documentation

Initial value:
00001 cms.PSet(
00002     # Name that is bound to the SiPixelLorentzAngleCalibration, defined by 
00003     # the DEFINE_EDM_PLUGIN macro in SiPixelLorentzAngleCalibration.cc:
00004     calibrationName = cms.string('SiPixelLorentzAngleCalibration'),
00005 
00006     # Configuration parameters of SiPixelLorentzAngleCalibration
00007     treeFile = cms.string('treeFile.root'), # to store Lorentz angle values (in-&output)
00008     mergeTreeFiles = cms.vstring(), # files with input/output from various parallel jobs
00009     saveToDB = cms.bool(False), # save result in poolDBOutputService
00010     # If we save to DB, the recordNameDBwrite must match what is specified
00011     # as 'record' in the PoolDBOutputService:
00012     recordNameDBwrite = cms.string('SiPixelLorentzAngleRcd'),
00013     
00014     # Configuration of the granularity for the Lorentz angle calibration
00015     LorentzAngleModuleGroups = cms.PSet(),
00016     )

Definition at line 3 of file SiPixelLorentzAngleCalibration_cff.py.