Variables | |
tuple | fileName = cms.untracked.string('file:toto.root') |
tuple | formula = cms.string('') |
tuple | maxEvents = cms.untracked.int32(1) |
tuple | process = cms.Process("EcalSimRawData") |
tuple | simHitFormula = cms.string('(ieta0+ievt0)/100.') |
tuple | tpFormula = cms.string('') |
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. More... | |
tuple EcalElecEmulExample_cfg.fileName = cms.untracked.string('file:toto.root') |
Definition at line 71 of file EcalElecEmulExample_cfg.py.
tuple EcalElecEmulExample_cfg.formula = cms.string('') |
Definition at line 51 of file EcalElecEmulExample_cfg.py.
Referenced by PerformancePayloadFromBinnedTFormula.getResult(), PerformancePayloadFromTFormula.getResult(), JetResolution.initialize(), Type2CorrectionProducer::type2BinningEntryType.initialize(), METCorrectionAlgorithm::type2BinningEntryType.initialize(), JetCorrectorParameters.printFile(), PerformancePayloadFromBinnedTFormula.printFormula(), PerformancePayloadFromTFormula.printFormula(), SimpleJetCorrector.SimpleJetCorrector(), and SimpleZSPJPTJetCorrector.SimpleZSPJPTJetCorrector().
tuple EcalElecEmulExample_cfg.maxEvents = cms.untracked.int32(1) |
Definition at line 46 of file EcalElecEmulExample_cfg.py.
tuple EcalElecEmulExample_cfg.process = cms.Process("EcalSimRawData") |
Definition at line 3 of file EcalElecEmulExample_cfg.py.
tuple EcalElecEmulExample_cfg.simHitFormula = cms.string('(ieta0+ievt0)/100.') |
Definition at line 55 of file EcalElecEmulExample_cfg.py.
tuple EcalElecEmulExample_cfg.tpFormula = cms.string('') |
Definition at line 63 of file EcalElecEmulExample_cfg.py.
tuple EcalElecEmulExample_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 65 of file EcalElecEmulExample_cfg.py.