Skip to content

Instantly share code, notes, and snippets.

@vgenty
Created May 2, 2018 19:52
Show Gist options
  • Save vgenty/a8a9e974777e3e84b5864efd83be3c2d to your computer and use it in GitHub Desktop.
Save vgenty/a8a9e974777e3e84b5864efd83be3c2d to your computer and use it in GitHub Desktop.
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58
#1 0x00007ffff4a473ea in __GI_abort () at abort.c:89
#2 0x00007ffff507f58d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x00007ffff507d336 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4 0x00007ffff507d381 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5 0x00007ffff507d599 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x00007ffff6a96299 in larcv::ImageMeta::col (this=this@entry=0x55556c568208, x=-0.46853628754615784) at ImageMeta.cxx:23
#7 0x00007ffff655c61c in larlitecv::RadialSegmentSearch::defineProjectedDiamondBoundary (this=this@entry=0x55556c2d9d20,
center3d=std::vector of length 3, capacity 3 = {...}, img_v=std::vector of length 3, capacity 4 = {...}, radius=radius@entry=2)
at RadialSegmentSearch.cxx:136
#8 0x00007ffff655cd4b in larlitecv::RadialSegmentSearch::findIntersectingChargeClusters (this=0x55556c2d9d20,
img_v=std::vector of length 3, capacity 4 = {...}, badch_v=std::vector of length 3, capacity 4 = {...}, pos3d=std::vector of length 3, capacity 3 = {...},
radius=radius@entry=2, thresholds=std::vector of length 3, capacity 3 = {...}) at RadialSegmentSearch.cxx:19
#9 0x00007ffff655e671 in larlitecv::RadialSegmentSearch::find3Dsegments (this=this@entry=0x55556c2d9d20, img_v=std::vector of length 3, capacity 4 = {...},
badch_v=std::vector of length 3, capacity 4 = {...}, pos3d=std::vector of length 3, capacity 3 = {...}, search_radius=search_radius@entry=2,
pixel_thresholds=std::vector of length 3, capacity 3 = {...}, min_hit_width=1, hit_neighborhood=2, segment_frac_w_charge=segment_frac_w_charge@entry=0.5,
verbosity=0) at RadialSegmentSearch.cxx:348
#10 0x00007ffff65539a8 in larlitecv::FoxTrotTrackerAlgo::getNextStep (this=this@entry=0x55556c2d9cd0, current=...,
img_v=std::vector of length 3, capacity 4 = {...}, badch_v=std::vector of length 3, capacity 4 = {...},
tagged_v=std::vector of length 3, capacity 4 = {...}, path=std::vector of length 1, capacity 1 = {...}) at FoxTrotTrackerAlgo.cxx:138
#11 0x00007ffff65550f5 in larlitecv::FoxTrotTrackerAlgo::followTrack (this=this@entry=0x55556c2d9cd0, img_v=std::vector of length 3, capacity 4 = {...},
badch_v=std::vector of length 3, capacity 4 = {...}, tagged_v=std::vector of length 3, capacity 4 = {...}, start=...,
start_dir=std::vector of length 1, capacity 1 = {...}) at FoxTrotTrackerAlgo.cxx:90
#12 0x00007ffff65563cc in larlitecv::FoxTrotTrackerAlgo::followTrack (this=0x55556c2d9cd0, img_v=std::vector of length 3, capacity 4 = {...},
badch_v=std::vector of length 3, capacity 4 = {...}, tagged_v=std::vector of length 3, capacity 4 = {...}, start=...) at FoxTrotTrackerAlgo.cxx:21
#13 0x00007ffff64b83dd in larlitecv::StopMuFoxTrot::findStopMuTracks (this=this@entry=0x7fffffffa040, img_v=std::vector of length 3, capacity 4 = {...},
badch_v=std::vector of length 3, capacity 4 = {...}, thrumu_v=std::vector of length 3, capacity 4 = {...},
startpts_v=std::vector of length 27, capacity 32 = {...}) at StopMuFoxTrot.cxx:51
#14 0x00007ffff6581112 in larlitecv::TaggerCROIAlgo::runStopMu (this=0x7fffffffcf90, input=..., thrumu=...) at TaggerCROIAlgo.cxx:746
#15 0x0000555555567cf6 in main (nargs=<optimized out>, argv=<optimized out>) at run_tagger.cxx:135
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment