Skip to content
Snippets Groups Projects
  1. Nov 03, 2023
  2. Jul 18, 2023
    • Marco Clemencic's avatar
      Reorganize files and refactor code to make GaudiAlg optional · 6babff9b
      Marco Clemencic authored
      - move Gaudi::Funtional to GaudiFunctional subdir
        - headers are now under "Gaudi/Functional"
        - legacy GaudiAlg corresponding header redirect to the new ones
      - replace GaudiAlgorithm with Algorithm wherever possible in tests and
        utilities
      - add Gaudi::Sequencer basic implementation to replace GaudiSequencer
      - move GaudiAlg specific tests, examples, dictionaries and Python modules
        to GaudiAlg subdir
      - add CMake option GAUDI_ENABLE_GAUDIALG to allow skipping GaudiAlg
        (default to true)
      - minor fixes and clean ups
      6babff9b
  3. Apr 07, 2021
    • Sebastien Ponce's avatar
      Removed unused properties in GaudiCommon · 215f4817
      Sebastien Ponce authored
      Namely m_header, m_format1, m_format2, m_useEffFormat, m_printEmptyCounters, m_statEntityList
      
      This should have in principle no consequences, but most tests will
      actually fail as the properties values are printed to the output, and
      these will be missing now
      215f4817
  4. Oct 08, 2020
    • Sebastien Ponce's avatar
      Implemented printing of counters through the Monitoring::Hub · a88d7ec6
      Sebastien Ponce authored
      Note that MonitoringHub is now Gaudi::Monitoring::Hub.
      
      Counters are now serialized in json and sent to a MessageSvcSink for printing.
      This should be kind of backward compatible with current printing except that the Counter order may change.
      
      The CounterHolder wrapper, now useless, has been dropped and counters register directly to the Monitoring::Hub
      Note that his had the consequence that the Counters method of the python interface had to be dropped.
      It does not seem to be used, but in case it would be needed, it can be implemented if we add a dedicated method to list counters of a given component to the Monitoringi::Hub
      a88d7ec6
  5. Jul 28, 2020
  6. Mar 26, 2020
  7. Feb 27, 2020
  8. Feb 26, 2020
  9. Dec 06, 2019
    • Frank Winklmeier's avatar
      Remove begin/endRun methods · b87d122f
      Frank Winklmeier authored
      Delete the previously deprecated begin/endRun methods for Algorithm,
      Sequence and auditors. Also remove the `AuditBeginRun` and `AuditEndRun`
      properties of Algorithm.
      b87d122f
  10. Oct 11, 2018
  11. May 01, 2017
  12. Jan 27, 2017
    • Charles Leggett's avatar
      Removed IAlgorithm::sysExecute() · a09edbdc
      Charles Leggett authored
      having sysExecute() and sysExecute(EventContext) causes "overloaded virtual" compiler
      warnings, and we don't actually need the one without an EventContext.
      
      Updated reference files for tests
      a09edbdc
  13. Oct 05, 2016
  14. Sep 15, 2016
  15. Jun 24, 2016
  16. Jan 14, 2016
  17. Dec 10, 2015
  18. Nov 30, 2015
  19. Oct 30, 2015
  20. Oct 28, 2015
  21. May 05, 2015
  22. Feb 27, 2015
  23. Oct 01, 2013
  24. Jun 28, 2012
  25. Jun 06, 2012
  26. Dec 12, 2011
  27. Aug 26, 2011
  28. Jun 09, 2011
  29. Mar 01, 2011
  30. Jan 12, 2011
    • Marco Clemencic's avatar
      fixed bug #76395 · 42a30cbe
      Marco Clemencic authored
      Modified MyTrack and MyVertex to print the count of lost instances
      only if different from 0.
      42a30cbe
  31. Jan 11, 2010
  32. Oct 22, 2009
Loading