Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • Frank Winklmeier's avatar
    7d8c513e
    AtlasUnixGeneratorJob: Protect adding of McEventSelector · 7d8c513e
    Frank Winklmeier authored
    Adding the `McEventSelector` only works in case there wasn't
    already an `EventSelector` of different type configured before.
    Otherwise the `ConfigurableDb` will complain that one tries to add a
    Configurable with the same name but different type.
    
    Added a protection and warning message for this case. This will allow
    the use of some job options in the HLT (e.g. HelloWorld) where a different
    EventSelector is used. For all other cases, this change should have zero
    impact as the code was already non-functional before.
    
    
    Former-commit-id: d53096a4
    7d8c513e
    History
    AtlasUnixGeneratorJob: Protect adding of McEventSelector
    Frank Winklmeier authored
    Adding the `McEventSelector` only works in case there wasn't
    already an `EventSelector` of different type configured before.
    Otherwise the `ConfigurableDb` will complain that one tries to add a
    Configurable with the same name but different type.
    
    Added a protection and warning message for this case. This will allow
    the use of some job options in the HLT (e.g. HelloWorld) where a different
    EventSelector is used. For all other cases, this change should have zero
    impact as the code was already non-functional before.
    
    
    Former-commit-id: d53096a4
Code owners
Assign users and groups as approvers for specific file changes. Learn more.