Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/gaudi/Gaudi.git. Pull mirroring updated .
  1. Apr 23, 2018
  2. Apr 20, 2018
    • Charles Leggett's avatar
      Deprecate Algorithm::begin/endRun · 4e5da575
      Charles Leggett authored
      See merge request !176
      v30r2.002
      4e5da575
    • charles leggett's avatar
      Deprecate Algorithm::begin/endRun · c9420be3
      charles leggett authored
      This re-applies GMR gaudi/Gaudi!542 and gaudi/Gaudi!666
      
      Algorithms should not know about begin and end run transitions, as these concepts become
      fuzzy if not entirely meaningless in an environment where multiple events are processed
      concurrently. In the vast majority of cases, anything done in Algorithm::beginRun can
      be migrated to Algorithm::start, and endRun -> stop.
      
      We also print out a warning message if a derived Algorithm implements beginRun or
      endRun, so as to ease migration of serial jobs.
      c9420be3
  3. Mar 27, 2018
  4. Mar 20, 2018
  5. Mar 19, 2018
  6. Mar 18, 2018
  7. Mar 17, 2018
  8. Mar 16, 2018
Loading