- Jan 19, 2019
-
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
-
- Mar 01, 2017
-
-
Charles Leggett authored
endreq is deprecated, and replaced with endmsg. Did not replace in log files, or READMEs. Two files which are questionable are InnerDetector/InDetAlignAlgs/InDetAlignGenAlgs/src/GeoModelTRT.dev and InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinderUtils/src/PVFindingTrackFilter_cxx Former-commit-id: 699dba0d352bf7192cc4a2d9a7bb4d23845cfe61
-
- Jan 01, 2017
-
-
Atlas-Software Librarian authored
Former-commit-id: 60326427
-
- Jun 14, 2016
-
-
Justin Griffiths authored
* Tagging 01-00-03 * Adapted to TauJet_v3 * changed name of PanTauSeed/TauConstituent/TauFeature --> ""2 in order to protect against duplicat class conflicts with PanTauEvent 2016 April 27 Lara Schildgen <schildgen -at- physik.uni-bonn.de> * re-structured PanTau packages (merged packages PanTauEvent, PanTauInterfaces and PanTauAnalysis into PanTauAlgs and removed PanTau packages PanTauExample and PanTauUtils) * re-organization of PanTau tools (removed FourMomentumCalculator) * tools rewritten to be dual-use * replaced CLHEP by TLorentzVector * tools rewritten to use 2D instead of 3D impact parameter * merged interface classes in ITool_DetailsArranger.h, ITool_DecayModeDeterminator.h and ITool_FeatureExtractor.h into one file ITool_PanTauTools.h Former-commit-id: fbcb4e14
-
- Jan 19, 2015
-
-
Scott Snyder authored
* Tagging PanTauEvent-00-05-07. * Fix coverity warnings. 2014 October 29 Christian Limbach <limbach -at- physik.uni-bonn.de> * Fix calculation of core (aka proto) momentum * Update DecayMode enumeration in PanTauSeed * tag as 00-05-06
-
- Sep 19, 2014
-
-
Scott Snyder authored
-