Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | CMSSW Known issues | |||||||
> > | CMSSW Mixing Module - Known issues | |||||||
The modul loaded by the --pileup AVE_35_BX_25ns cmsDriver.py option:
process.load('SimGeneral.MixingModule.mix_POISSON_average_cfi')Source available at: http://cmslxr.fnal.gov/source/SimGeneral/MixingModule/python/mix_POISSON_average_cfi.py ![]() process.mix.bunchspace = cms.int32(25) process.mix.minBunch = cms.int32(-12) process.mix.maxBunch = cms.int32(3)The modul loaded by the --pileup Flat_20_50 cmsDriver.py option: process.load('SimGeneral.MixingModule.mix_Flat_20_50_cfi')Source available at: http://cmslxr.fnal.gov/source/SimGeneral/MixingModule/python/mix_Flat_20_50_cfi.py ![]()
It seems that management of the out of time pileup is necesarry and it's mode should be set to 'Poisson':
process.mix.input.OOT_type = cms.untracked.string('Poisson') process.mix.input.manage_OOT = cms.untracked.bool(True) ![]() Known error messages:![]() OscarMTMasterThread::stopThread() has not been called to stop Geant4 and join the master thread terminate called without an active exceptionThis is an useless error message. It is known to occur when the probability function used to generate the pileup distribution is not properly normalized. A guess for what it might mean: The mixingmodule starts children processes to generate a given number of one-pileup events at the same time for having them mixed later. Whenever it requires no more pileups mixed, it stops waiting for its children processes and it might cause some kind of error. ![]() ----- Begin Fatal Exception 17-Feb-2017 11:15:31 CET----------------------- An exception of category 'FatalRootError' occurred while [0] Processing run: 1 lumi: 1 event: 1 [1] Running path 'HLTriggerFirstPath' [2] Calling event method for module HLTGetRaw/'hltGetRaw' [3] Calling produce method for unscheduled module RawDataCollectorByLabel/'rawDataCollector' [4] Calling produce method for unscheduled module SiStripDigiToRawModule/'SiStripDigiToRaw' [5] Calling produce method for unscheduled module MixingModule/'mix' Additional Info: [a] Fatal Root Error: @SUB=TH1F::ComputeIntegral Integral = zero ----- End Fatal Exception -------------------------------------------------This error seems to come from the pileup mixing, possibly from a bad normalization: http://cmslxr.fnal.gov/source/Mixing/Base/src/PileUp.cc ![]() |