Skip to content
Snippets Groups Projects
  1. Dec 24, 2019
  2. Dec 16, 2019
  3. Nov 21, 2019
    • Frank Winklmeier's avatar
      Remove unused dependency on TestPolicy · 1dc3b256
      Frank Winklmeier authored
      The `TestPolicy` dependency stems mostly from the automatic `requirements`
      to `CMakeLists.txt` file migration. In cmake builds, the TestPolicy
      package is mostly useless apart from a few header files. So most
      packages do no need this dependency anymore.
      1dc3b256
  4. Nov 11, 2019
  5. Nov 09, 2019
    • Vakhtang Tsulaia's avatar
      Yet another round of clenup for File Incidents · ea9945d6
      Vakhtang Tsulaia authored
      The changes belong to a large campaign aimed to clean up Athena code from incidents wherever possible.
      These include:
        * Dropped redundant includes to FileIncident.h
        * Cleaned up all references to the UpdateOutputFile, BeginFile and EndFile incidents which are never fired
        * DecisionSvc cleaned up from the redundant inheritance from IIncidentListener
        * ByteStreamEventStorageInputSvc cleaned up from the redundant private service handle to IncidentSvc
      ea9945d6
  6. Oct 29, 2019
  7. Oct 20, 2019
  8. Oct 11, 2019
  9. Oct 10, 2019
  10. Oct 07, 2019
  11. Oct 03, 2019
  12. Sep 30, 2019
  13. Sep 16, 2019
  14. Sep 05, 2019
  15. Aug 27, 2019
  16. Aug 21, 2019
  17. Aug 08, 2019
  18. Jul 31, 2019
  19. Jun 20, 2019
    • Scott Snyder's avatar
      EventInfo: const fixes. · bdadd79d
      Scott Snyder authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      EventInfo had some const methods that were returning non-const pointers
      to member data.  This violates the spirit of const-correctness
      (and the thread-safety checker warns about it).
      Clean up by splitting the affected methods into const and non-const versions,
      returning const and non-const pointers, respectively.
      bdadd79d
  20. Jun 06, 2019
  21. May 09, 2019
  22. Apr 30, 2019
    • Vakhtang Tsulaia's avatar
      The HEC and FCAL parts of the LArHV package migrated away from RCBase custom ref counting · 997d22a6
      Vakhtang Tsulaia authored
      Dropped HEC and FCAL ConstLink typedefs and the redundant FCALHVDescriptor class
      
      Migrated following client packages to the new interface of HEC and FCAL components of LArHV:
        LArCalorimeter/LArGeoModel/LArReadoutGeometry
        LArCalorimeter/LArGeoModel/LArGeoAlgsNV
        LArCalorimeter/LArGeoModel/LArGeoH62004Algs
        LArCalorimeter/LArCondUtils
        LArCalorimeter/LArCafJobs
        LArCalorimeter/LArRecUtils
        LArCalorimeter/LArG4/LArG4FCAL
        LArCalorimeter/LArG4/LArG4HEC
        Calorimeter/CaloCondPhysAlgs
        graphics/VP1/VP1Systems/VP1CaloReadoutSystems
      997d22a6
  23. Apr 15, 2019
    • Riccardo Maria Bianchi's avatar
      -- new VP1Light bundle -- · c92cf3d9
      Riccardo Maria Bianchi authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      DD changes for VP1Light/DumpGeo
      
      all the new packages to dump/write/load/handle the persistent copy of the GeoModel
      
      changes in VP1 packages for VP1Light
      
      changes in Event/xAOD packages for VP1Light, especially for Ubuntu compilation
      
      new Project to build VP1Light
      
      adding Doxygen docs
      
      moving TFPersistification to the new standalone GeoGenericFunctions
      
      excluding StoreGate code when building VP1Light
      
      adding a stub implementation for the missing compare method
      
      moving to the new standalone Eigen-based GeoModelKernel and GeoGenericFunctions
      
      fixing compilation errors, missing ROOT libraries
      
      moving GeoWrite to new standalone, Eigen-based GeoModelKernel
      
      clever C++11 way to silence the 'unused parameter' warnings
      
      moving the last pieces to the new, standalone, and Eigen-based GeoModelKernel
      
      fixing compilation issues when building VP1Light
      
      using ATLAS-wide 'release-detection' algorithm, instead of my own custom one
      
      added ubuntu instructions
      
      Update top menu
      
      update top menu
      
      Update README.md
      
      Update README.md
      
      fixing build errors and warnings
      
      fixing find GeoModel
      
      fixing perigee access outside vp1light
      
      fixing TFPersistification warnings
      
      fixing GeoModelExamples warnings
      
      fixing VP1Gui warnings
      
      fixing RunVP1Light warnings
      
      fixing GeoExporter warnings
      
      fixing VP1GeometrySystems warnings
      
      fixing VP1AODSystems warnings
      
      removing a test: random_shuffle() has been removed in C++17 and should be replaced
      
      Fixing STANDALONE compilation of xAOD and Trigger packages
      
      Fixing VP1Light compilation of VP1 packages
      
      removing image files from repo
      
      Adding copyright and updating macOS instructions
      
      Cleaning code, adding copyright, and removing old packages
      
      Replacing BUILDVP1LIGHT with XAOD_STANDALONE
      
      Cleaning.
      c92cf3d9
  24. Apr 05, 2019
  25. Apr 02, 2019
  26. Apr 01, 2019
  27. Mar 28, 2019
    • Vakhtang Tsulaia's avatar
      First step of the reorganization/cleanup of the LArHV package · 7cfd6982
      Vakhtang Tsulaia authored
      The goal of this reorganization is to drop the dependency of the LArHV
      package on custom reference counting mechanism implemented by GeoModelKernel/RCBase.
      The latter mechanism is thread-unsafe and it is not really needed for LArHV.
      
      As a first step of this reorganization, only EMBHV* classes have been modified.
      The EMBHV*ConstLink typedefs have been dropped and the package clients have been
      migrated to the new interface.
      7cfd6982
  28. Mar 21, 2019
  29. Mar 12, 2019
  30. Mar 11, 2019
  31. Mar 09, 2019
  32. Feb 22, 2019
  33. Feb 19, 2019
  34. Feb 18, 2019
  35. Feb 12, 2019
  36. Feb 08, 2019
  37. Jan 25, 2019
Loading