Skip to content
Snippets Groups Projects
Forked from atlas / athena
19927 commits behind the upstream repository.
  • Nils Erik Krumnack's avatar
    d5f5f68d
    make EventLoop Module into an AsgComponent plus minor code cleanup · d5f5f68d
    Nils Erik Krumnack authored
    The main thing this does (for now) is to make each `Module` inherit
    from `AsgMessaging`, and give it a name, etc.  In the future the hope
    is that I can also use this to rely on the central `AsgComponent`
    mechanisms for `Module` creation.
    
    And a little bit of cleanup as well:
    * move the `public:` statement to the top of class
    * switch `::StatusCode` into `StatusCode` (drop `::`)
    * use the `MsgStream` from `AsgMessaging` consistently
    d5f5f68d
    History
    make EventLoop Module into an AsgComponent plus minor code cleanup
    Nils Erik Krumnack authored
    The main thing this does (for now) is to make each `Module` inherit
    from `AsgMessaging`, and give it a name, etc.  In the future the hope
    is that I can also use this to rely on the central `AsgComponent`
    mechanisms for `Module` creation.
    
    And a little bit of cleanup as well:
    * move the `public:` statement to the top of class
    * switch `::StatusCode` into `StatusCode` (drop `::`)
    * use the `MsgStream` from `AsgMessaging` consistently
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
AlgorithmTimerModule.cxx 587 B