Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Aug 11, 2024
    • scott snyder's avatar
      tauEventTPCnv: Fix genconf warnings. · e2abc2f8
      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).
      e2abc2f8
  2. Dec 16, 2022
  3. Nov 22, 2022
  4. Jul 27, 2022
  5. Jul 04, 2022
  6. Nov 04, 2020
  7. Mar 02, 2020
  8. Feb 22, 2020
    • scott snyder's avatar
      tauEventTPCnv: Fix backwards compatibility. · 6beceb23
      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.
      6beceb23
  9. Feb 13, 2020
  10. Feb 01, 2019
    • Scott Snyder's avatar
      tauEventTPCnv: Fix gcc9 warnings. · 6709607d
      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.
      6709607d
  11. Dec 11, 2017
  12. Dec 08, 2017
  13. Nov 20, 2017
  14. Jan 01, 2017
  15. Aug 19, 2016
    • Justin Griffiths's avatar
      remove PanTauEvent dep (tauEventTPCnv-00-01-13) · e843fbf8
      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
      e843fbf8
  16. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (tauEventTPCnv-00-01-09) · abe1259f
      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.
      abe1259f
  17. Feb 07, 2015
    • Scott Snyder's avatar
      Remove unused ARA converter dictionaries. (tauEventTPCnv-00-01-06) · 82430278
      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
      82430278
  18. Sep 19, 2014
Loading