v01-32
v01-32
-
2021-11-05 Bohdan Dudar (PR#96)
- Major upgrade of TOFEstimators with bug fixes and updates that are not backward compatible
- Track length calculation is significantly improved by refitting the track and iterating over the track states on each tracker hit
- Fixed bugs with phi coordinate flip and wrong
abs()
instead ofstd::abs()
- Output in the PIDHandler is changed to the minimal set of required three parameters for the PID (momentum, track length, TOF)
- Input steering parameters adjusted
- Removed TOFPlots processor. General clean up of the files and the code
- Detailed documentation is added
- Major upgrade of TOFEstimators with bug fixes and updates that are not backward compatible
-
2021-11-04 Thomas Madlener (PR#101)
- Fix all warnings that are trivial to fix (i.e. where the fix is obvious without having to think about things). .
- Make all Processors that have pointer members have deleted copy c'tors and assignment operators.
- Fix a potential out ouf bounds access in
TrueJet
.
Thanks to Bohdan Dudar (@dudarboh)
- Fix all warnings that are trivial to fix (i.e. where the fix is obvious without having to think about things). .
-
2021-11-01 Thomas Madlener (PR#94)
- Make the IsolatedLeptonTagging processor always produce the expected output collections, even for empty input collections, i.e. if the inputs are empty:
- the
OutputPFOsWithoutIsoLepCollection
will simply have the same content as theInputPandoraPFOsCollection
- the
OutputIsoLeptonsCollection
will be empty.
- the
- On the other hand actually missing input collections will now no longer be handled as these point to a real problem (e.g. typo in the collection name). Fixes #93
- Make the IsolatedLeptonTagging processor always produce the expected output collections, even for empty input collections, i.e. if the inputs are empty:
-
2021-09-29 Frank Gaede (PR#98)
- apply the correct units for TPC parameters from DD4hep
- fixes #97
- apply correct units for VXD and SIT layers
- need cross check of efficiency for kink finding
- (how could this have worked before ?)
- apply the correct units for TPC parameters from DD4hep
-
2021-08-25 Andre Sailer (PR#95)
- CI: build against LCG_99python2 gcc8 and LCG_100 gcc10, clang11