Variables | |
tuple | level = cms.untracked.int32(14) |
tuple | process = cms.Process("FFWDISPLAY") |
tuple | verbose = cms.untracked.bool(False) |
For running on pre 3.6 files the current needed to determine the magnetic field is taken from Conditions DB. |
tuple cmsShowFF_displayGeom_cfg::level = cms.untracked.int32(14) |
Definition at line 19 of file cmsShowFF_displayGeom_cfg.py.
tuple cmsShowFF_displayGeom_cfg::process = cms.Process("FFWDISPLAY") |
Definition at line 12 of file cmsShowFF_displayGeom_cfg.py.
tuple cmsShowFF_displayGeom_cfg::verbose = cms.untracked.bool(False) |
For running on pre 3.6 files the current needed to determine the magnetic field is taken from Conditions DB.
process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff") specify tag: process.GlobalTag.globaltag = 'START36_V10::All' or use auto-cond: from Configuration.AlCa.autoCond import autoCond process.GlobalTag.globaltag = autoCond['mc'] Request EveService Extractor of geometry needed to display it in Eve. Required for "DummyEvelyser".
For running on pre 3.6 files the current needed to determine the magnetic field is taken from Conditions DB.
Required for "DummyEvelyser".
Definition at line 18 of file cmsShowFF_displayGeom_cfg.py.