Variables | |
tuple | input = cms.untracked.int32(1) |
tuple | level = cms.untracked.int32(14) |
tuple | process = cms.Process("DUMP") |
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 dumpSimGeometry_cfg::input = cms.untracked.int32(1) |
Definition at line 9 of file dumpSimGeometry_cfg.py.
tuple dumpSimGeometry_cfg::level = cms.untracked.int32(14) |
Definition at line 14 of file dumpSimGeometry_cfg.py.
tuple dumpSimGeometry_cfg::process = cms.Process("DUMP") |
Definition at line 3 of file dumpSimGeometry_cfg.py.
tuple dumpSimGeometry_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 13 of file dumpSimGeometry_cfg.py.