Skip to content

Releases: lcfiplus/LCFIPlus

v00-10-01

19 Nov 14:18
Compare
Choose a tag to compare

v00-10-01

  • 2021-11-19 YONAMINE Ryo (PR#61)

    • add dummy primary-vertex to avoid accessing null pointer unless actual one is found.
  • 2020-12-09 Tomohiko Tanabe (PR#54)

    • Fix typos in reading input values for the FlavorTag algorithm related to the number of VTX hits used for computing joint probabilities

v00-10

26 Jun 18:35
Compare
Choose a tag to compare

Zenodo needs a full release

v00-09

19 Feb 14:18
Compare
Choose a tag to compare
  • 2020-01-29 Tomohiko Tanabe (dad78f7)
    • Fixes bug in beam jet distance computation -- this fixed a bug introduced in 2015. The fix gives ~1% better dijet mass width for h->bb events.

v00-08

11 Dec 13:42
Compare
Choose a tag to compare

v00-08

  • 2019-09-04 Andre Sailer (PR#51)

    • Placeholder: add for gcc7/8, llvm5
  • 2019-09-04 Frank Gaede (PR#50)

    • make compatible w/ c++17
      - replace std::bind2nd w/ std::bind
      and std::placeholders::_1 in VertexSelector.h
  • 2019-03-05 Andre Sailer (PR#46)

    • LCIOStorer: fix memory leak of PIDHandler
    • LCFIPlusProcessor: clean algos and params after the end() of algos, fix memory leaks
    • Process: fix memory leak of double *ymin, use std::vector<double>
    • Process: use shared_ptr for JetFinder, fixes memory leak
    • VertexFitterSimple: fix memory leak for IP: only create it if it is used
    • VertexFinderSuehara: fix mismatch between new[] and delete (w/o []), use std::vector

v00-07

01 Nov 10:23
Compare
Choose a tag to compare

v00-07

  • 2018-10-30 Ryo Yonamine (PR#45)

    • Add initializatioin.
    • Prevent accessing a null pointer.
  • 2018-10-22 Ryo Yonamine (PR#44)

    • bug fix. "1" and "0" didn't work after the previous modification. now any of "true", "false", "1", "0" work.
  • 2018-10-19 Ryo Yonamine (PR#43)

    • too-small primary vertex postion errrors
    • problems caused due to the ip semaring
    • problem with which boolean parameters were not able to set by "true" or "false"

    New variables for flavor tagging introduced :(d0/z0)prob(b/c/q)2.
    These can be used istead of (d0/z0)prob(b/c/q).
    This fixs the problem that maximax exceeds 1.
    The flavor tagging performance will be slightly improved.

v00-06-09

22 Aug 09:02
Compare
Choose a tag to compare

v00-06-09

  • 2018-05-14 Ryo Yonamine (PR#38)
    Add daughter relation in lcfiplus::MCPartilce. This change does not affect usual reconstruction where no MCParticle is used.

  • 2018-07-14 Ryo Yonamine (PR#39)
    Cope with events having no vertex track candidates.

    • It tried to add a vertex even if it is a null pointer. This is confusing and caused a problem later processes in some cases.

v00-06-08

28 Mar 16:52
Compare
Choose a tag to compare

v00-06-08

  • 2018-03-08 Ryo Yonamine (PR#36)

    • Fix vertex mass distribution problem.
      - The corresponding line has been moved to VertexMassRecovery.cc.
  • 2018-03-08 Ryo Yonamine (PR#36)
    /

  • 2018-01-30 Andre Sailer (PR#34)

    • Add TrackHitOrdering=2 for LCFIPlusProcessor which conforms to the CLIC detector
  • 2018-03-12 Marko Petric (PR#37)

v00-06-07

14 Nov 13:57
Compare
Choose a tag to compare

v00-06-07

v00-06-06

14 Nov 13:47
Compare
Choose a tag to compare
  • release originally made at iLCSoft fork
  • tagged now also here as it is used in iLCSoft v01-19-04

v00-06-05

12 Nov 16:37
Compare
Choose a tag to compare
Update README.md