CMS 3D CMS Logo

Variables
SiPixelLorentzAngleCalibration_cff Namespace Reference

Variables

 SiPixelLorentzAngleCalibration
 

Variable Documentation

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 
17  # depending on the TTRHBuilder one has to use different
18  # 'SiPixelLorentzAngleRcd' flavors, e.g. when using template hit
19  # reconstruction one has to use "fromAlignment" and for the generic version
20  # one directly uses the unlabelled version, i.e. ""
21  lorentzAngleLabel = cms.string("fromAlignment"),
22  )

Definition at line 3 of file SiPixelLorentzAngleCalibration_cff.py.