-
Rosen Matev authoredRosen Matev authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
v32r0.md 2.73 KiB
2020-08-14 Analysis v32r0
This version uses Phys v31r1, Rec v31r1, Lbcom v31r1, LHCb v51r1, Gaudi v33r2 and LCG 97a with ROOT 6.20.06.
This version is released on master
branch and
is the first version that is not backward compatible with Run 1-2 data.
In addition Ostap is removed in favour of the standalone version at
[https://github.com/OstapHEP/ostap].
Built relative to Analysis v31r0, with the following changes:
bug fix workaround
Fixes- Calo Event model | Remove MCOnDemand to suppress error message. https://its.cern.ch/jira/browse/LHCBPS-1859, !653 (merged) (@pkoppenb) [LHCBPS-1859]
- MC checking Tuples | DECLARE_COMPONENT in TupleToolMCPVAssociation, !638 (merged) (@pkoppenb)
- Tuples | Ignore missing Hlt2, !635 (merged) (@pkoppenb)
- Tuples | Additional fix to not abort processing (TupleToolGeometry), !600 (merged) (@erodrigu)
- Tuples | Don't abort processing if the distance calculator fails, !599 (merged) (@cattanem)
enhancement
Enhancements- PID Tuples | Remove Run 1+2 ANNPID tunes (follow up Rec!1894 (merged)), !597 (merged) (@rmatev)
- MC checking Tuples | Moved BackgroundCategory and DaVinciSmartAssociator to CaloFuture, !613 (merged) (@sponce)
- Tuples | Added pT relative to flight direction as variable in TupleToolCorrectedMass, !629 (merged) (@masmith)
- Tuples | TupleToolKinematic AtVtx changed, !617 (merged) (@lgarciam)
modernisation cleanup testing
Code cleanups and changes to tests-
Calo | Remove redundant use of
CaloCellID::toString
, !667 (merged) (@graven) - Tracking Event model | Follow removal of LHCb::Node, !598 (merged) (@ausachov)
- Event model | Follow changes in LHCb!2617 (merged), !634 (merged) (@graven)
- MC checking | Remove unused include, !665 (merged) (@graven)
- MC checking Monitoring | Remove HltSelChecker, !657 (merged) (@pkoppenb)
-
Monitoring | Remove Phys/DaVinciMonitors, !648 (merged) (@pkoppenb)
⭐ -
Tuples | Remove L0 and stripping., !643 (merged) (@pkoppenb)
⭐ - Tuples | Remove TupleToolCaloHypo, !627 (merged) (@cmarinbe)
- Tuples | Fix warnings for LCG 97, !622 (merged) (@rmatev)
- Tuples | Modernize HLT2 Dec Report dependencies in TupleToolTrigger and TupleToolEventInfo, !618 (merged) (@rjhunter)
- Build | Remove CMakeList and test, !633 (merged) (@pkoppenb)
-
Build | Removal of Ostap dependencies, !628 (merged) (@erodrigu)
⭐ - Build | Ignore more unchecked StatusCodes, seen with clang, !616 (merged) (@cattanem)
- Build | Remove OPTIONS "-U__MINGW32__" from gaudi_add_dictionary directive, !605 (merged) (@cattanem)
- Build | Ignore unchecked status codes, !601 (merged) (@clemenci)
Documentation
Documentation- Replace README.md with CONTRIBUTING.md, for consistency with other projects, !656 (merged) (@cattanem)