CMS 3D CMS Logo

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

Variables

tuple SiPixelLorentzAngleCalibration
 

Variable Documentation

tuple SiPixelLorentzAngleCalibration_cff.SiPixelLorentzAngleCalibration
Initial value:
1 = cms.PSet(
2  # Name that is bound to the SiPixelLorentzAngleCalibration, defined by
3  # the DEFINE_EDM_PLUGIN macro in SiPixelLorentzAngleCalibration.cc:
4  calibrationName = cms.string('SiPixelLorentzAngleCalibration'),
5 
6  # Configuration parameters of SiPixelLorentzAngleCalibration
7  treeFile = cms.string('treeFile.root'), # to store Lorentz angle values (in-&output)
8  mergeTreeFiles = cms.vstring(), # files with input/output from various parallel jobs
9  saveToDB = cms.bool(False), # save result in poolDBOutputService
10  # If we save to DB, the recordNameDBwrite must match what is specified
11  # as 'record' in the PoolDBOutputService:
12  recordNameDBwrite = cms.string('SiPixelLorentzAngleRcd'),
13 
14  # Configuration of the granularity for the Lorentz angle calibration
15  LorentzAngleModuleGroups = cms.PSet(),
16  )

Definition at line 3 of file SiPixelLorentzAngleCalibration_cff.py.