Skip to content
Snippets Groups Projects
  1. Aug 30, 2018
  2. Aug 17, 2018
    • Attila Krasznahorkay's avatar
      Taught the standalone AlgSequence how to deal with sub-sequences. · cf4980b1
      Attila Krasznahorkay authored
      In order to be able to construct a bit more elaborate algorithm
      sequences using exactly the same code for Athena and EventLoop, taught
      the standalone version of AlgSequence how to swallow and then handle
      AlgSequence objects added to it.
      
      Added a bunch of unit tests to the code at the same time.
      
      
      Former-commit-id: c57d4e0efd730663ecffaa8bf574e1b5e9b7e7c2
      cf4980b1
  3. May 29, 2018
    • Attila Krasznahorkay's avatar
      Made the standalone algorithm sequence printouts more like the Athena ones. · 21757e32
      Attila Krasznahorkay authored
      They differ quite a lot still, but this should allow us to compare standalone
      and Athena configurations a little bit more easily.
      
      
      Former-commit-id: 43a7964461114dcc64128078fcb82805c2aa982a
      21757e32
    • Attila Krasznahorkay's avatar
      Introduced a dual-use AlgSequence and AnaAlgSequence python class. · 61164059
      Attila Krasznahorkay authored
      The AnaAlgorithm.AlgSequence class is just meant to emulate Athena's
      AthSequencer class for EventLoop. (In Athena mode the user is given
      the AthSequencer class when importing this code.)
      
      Most of the development will go into the AnaAlgorithm.AnaAlgSequence
      class, which is a common layer above the Athena and EventLoop implementations
      of the algorithm sequence. Providing helper methods for correctly
      configuring an analysis algorithm sequence.
      
      
      Former-commit-id: fd409a8d2e85c8569d43c8b723d0dab70753121b
      61164059
Loading