This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Aug 11, 2024
-
-
scott snyder authored
TPCnv libraries declare Gaudi plugin factories for the TP converters. Normally, the TPCnv libraries should not be linked against libraries other than the EventPool libraries. However, it is possible for one TPCnv library to link against another TPCnv library. In that case, genconf may emit warnings that one library's factory is visible from another. Clean up by moving TPCnv factories into their own libraries (linked against the corresponding TPCnv library).
-
- Dec 16, 2022
-
-
Andrii Verbytskyi authored
-
- Nov 22, 2022
-
-
Cleanup comments
-
- Jul 27, 2022
-
-
tauEventTPCnv: Thread-safety cleanup. Base class not needed for element tpcnv.
-
- Jul 04, 2022
-
-
Frank Winklmeier authored
-
- Nov 04, 2020
-
-
Frank Winklmeier authored
-
- Mar 02, 2020
-
-
Frank Winklmeier authored
Fix dictionary warning ("unused class rule") after the removal of PanTau in !30335.
-
- Feb 22, 2020
-
-
scott snyder authored
The previous change removing PanTau deleted a converted from the middle of the list in a TL converter. This breaks backwards compatibility! Fix by replacing it with a dummy converter.
-
- Feb 13, 2020
-
-
Christian Grefe authored
-
- Feb 01, 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.
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 20, 2017
-
-
Frank Winklmeier authored
Delete all CMT requirements files and other obsolete content in the cmt/ directories. Some non-trivial content of unknown usage has been kept. Former-commit-id: 972e8215
-
- Jan 01, 2017
-
-
Justin Griffiths authored
* Tagging tauEventTPCnv-00-01-20 * reverting changes b/w 01-12 and 01-13 2016-07-29 Justin Griffiths <griffith@cern.ch> * Tagging tauEventTPCnv-00-01-19 * coverity Former-commit-id: 9f77bd2d
-
- Aug 19, 2016
-
-
Justin Griffiths authored
* Tagging tauEventTPCnv-00-01-13 * remove references to PanTauEvent as it was never really used 2016-07-27 scott snyder <snyder@bnl.gov> * Tagging tauEventTPCnv-00-01-12. * endreq -> endmsg. * Tagging tauEventTPCnv-00-01-11. * Clang warning: uninitialized variable. 2016-06-08 scott snyder <snyder@bnl.gov> * Tagging tauEventTPCnv-00-01-10. * Fix for reading data written with r18. Former-commit-id: 09258665
-
- May 27, 2016
-
-
Atlas-Software Librarian authored
* Tagging tauEventTPCnv-00-01-09. * tauEventTPCnv/PanTauDetails_p1.h, tauEventTPCnvDict.h: Remove transient #include statements to minimize potential ROOT6 parsing. 2015-12-17 scott snyder <snyder@bnl.gov> * Tagging tauEventTPCnv-00-01-08. * src/TauCommonDetailsCnv_p2.cxx: Avoid FP division. * Tagging tauEventTPCnv-00-01-07. * Get rid of #define private.
-
- Feb 07, 2015
-
-
Scott Snyder authored
* Tagging tauEventTPCnv-00-01-06. * Remove unused ARA converter dictionaries. 2014-01-09 Christian Limbach <limbach -at- physik.uni-bonn.de> * update PanTau Details and TPCnv (added BDT distributions) * not creating p2 for details and converter, because there are no files that used p1 * tag as tauEventTPCnv-00-00-05 2013-09-08 Felix Friedrich <Felix.Friedrich@cern.ch> * add old dictionary entries; necessary to read in trigger for 2010 data
-
- Sep 19, 2014
-
-
Christian Limbach authored
-