You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New issue for the leftover case from key4hep/k4FWCore#156, reproduction info is there
It looks like MyConformalTracking finds to many tracks and the event loop then terminates in event 914. With edm4hep output this causes the same crash as in the issue above, with lcio output the log looks like this:
[ MESSAGE "OverlayFalse"] No background file
[ MESSAGE "OverlayFalse"] Starting at event: 0
=================== WARNING ===================
static method CellIDDecoder::setDefaultEncoding
does nothing anymore. Use the constructor to
specify your encoding string !!
===============================================
[ MESSAGE0 "MyRecoMCTruthLinker"] processEvent 913 - 0
[ MESSAGE "MyTrackChecker"] ---- reference point of track fit x,y,z = 0 , 0 , 0
processEvent: event # 913
processEvent: event # 913
[ MESSAGE "EventNumber"] ===== Run : 0 Event: 913
Saving status: 1
----- Event 914 starts here -----
[ MESSAGE "OverlayFalse"] No background file
[ MESSAGE "OverlayFalse"] Starting at event: 0
[ WARNING "MyConformalTracking"] WARNING: Going to create 19446 tracks
[ WARNING "MyConformalTracking"] WARNING: Going to create 40712 tracks
[ WARNING "MyConformalTracking"] WARNING: Going to create 69832 tracks
[ WARNING "MyConformalTracking"] WARNING: Going to create 99304 tracks
[ WARNING "MyConformalTracking"] WARNING: Going to create 120900 tracks
[ ERROR "MyConformalTracking"] Too many tracks (120900 > 100000 are going to be created, tightening parameters
[ MESSAGE "MyConformalTracking"] caught too many tracks, tightening parameters
[ ERROR "MyConformalTracking"] Skipping event
MyConformalTrac... ERROR Failed to store flag to skip event on Marlin marlin::SkipEventException
MyConformalTrac... ERROR Maximum number of errors ( 'ErrorMax':1) reached.
EventLoopMgr WARNING Execution of algorithm MyConformalTracking failed
[ WARNING "MyDDMarlinPandora_10ns"] Failed to extract track collection: SiTracks_Refitted, lcio::DataNotAvailableException: LCEventImpl::getCollection: collection not in event:SiTracks_Refitted
=================== WARNING ===================
static method CellIDDecoder::setDefaultEncoding
does nothing anymore. Use the constructor to
specify your encoding string !!
===============================================
[ MESSAGE0 "MyRecoMCTruthLinker"] processEvent 914 - 0
[ ERROR "MyTrackChecker"] Collection SiTracks_Refitted is unavailable
processEvent: event # 914
processEvent: event # 914
[ MESSAGE "EventNumber"] ===== Run : 0 Event: 914
EventLoopMgr ERROR Error processing event loop.
EventLoopMgr ERROR Terminating event processing loop due to errors
EventLoopMgr ERROR Terminating event processing loop due to errors
[ MESSAGE4 "Output_DST"]
[ MESSAGE4 "Output_DST"] LCIOOutputProcessor::end() Output_DST: 915 events in 0 runs written to file crash_test1_DST.slcio
[ MESSAGE4 "Output_DST"]
[ MESSAGE4 "Output_REC"]
[ MESSAGE4 "Output_REC"] LCIOOutputProcessor::end() Output_REC: 915 events in 0 runs written to file crash_test1_REC.slcio
[ MESSAGE4 "Output_REC"]
[ MESSAGE "EventNumber"] Statusmonitor::end() EventNumber processed 915 events in 0 runs
LcfiplusProcessor::end() JetClusteringAndRefiner processed 915 events in 0 runs
LcfiplusProcessor::end() VertexFinder processed 915 events in 0 runs
[ MESSAGE "RenameCollection"] processed 915 events in 0 runs
[ MESSAGE "MyTrackChecker"] end() MyTrackChecker processed 914 events in 0 runs
[ removed MyTrackChecker fit output ]
[ MESSAGE "MyClicEfficiencyCalculator"] end() MyClicEfficiencyCalculator processed 914 events in 0 runs
[ MESSAGE "MyClicEfficiencyCalculator"] Reconstructable particle efficiency: 99.89 % (905/906)
[ MESSAGE "LumiCalReco"] Run MarlinLumiCalClusterer::end() Went through 915 events from 0 file(s)
[ MESSAGE "MyDDMarlinPandora_10ns"] DDPandoraPFANewProcessor - End
[ MESSAGE "MyConformalTracking"] end() MyConformalTracking processed 914 events in 0 runs
[ MESSAGE "OuterEndcapPlanarDigiProcessor"] end() OuterEndcapPlanarDigiProcessor processed 915 events in 0 runs
[ MESSAGE "OuterPlanarDigiProcessor"] end() OuterPlanarDigiProcessor processed 915 events in 0 runs
[ MESSAGE "InnerEndcapPlanarDigiProcessor"] end() InnerEndcapPlanarDigiProcessor processed 915 events in 0 runs
[ MESSAGE "InnerPlanarDigiProcessor"] end() InnerPlanarDigiProcessor processed 915 events in 0 runs
[ MESSAGE "VXDEndcapDigitiser"] end() VXDEndcapDigitiser processed 915 events in 0 runs
[ MESSAGE "VXDBarrelDigitiser"] end() VXDBarrelDigitiser processed 915 events in 0 runs
ApplicationMgr ERROR Application Manager Terminated with error code 3
It looks like the handling for this case does not work as intended looking at the line MyConformalTrac... ERROR Failed to store flag to skip event on Marlin marlin::SkipEventException
produced by
New issue for the leftover case from key4hep/k4FWCore#156, reproduction info is there
It looks like MyConformalTracking finds to many tracks and the event loop then terminates in event 914. With edm4hep output this causes the same crash as in the issue above, with lcio output the log looks like this:
It looks like the handling for this case does not work as intended looking at the line
MyConformalTrac... ERROR Failed to store flag to skip event on Marlin marlin::SkipEventException
produced by
k4MarlinWrapper/k4MarlinWrapper/src/components/MarlinProcessorWrapper.cpp
Lines 254 to 261 in 01aa7d0
The text was updated successfully, but these errors were encountered: