Skip to content

ARTDAQSupervisor: add analyzer to paths automatically if enabledΒ #251

@corrodis

Description

@corrodis

If we add in OTS an analyzer (artlink/physicsLinks/analyzersLinks) and it is enabled, I think we should automatically add that to a analyzer paths which is then added to the end_path. If a "user" adds an analyzer, they also want to actually run that.

Assyming we add an analyzer called Analyzer0, I think we want to create:

physics: {
      analyzers: {
            Analyzer0 : 
      }
}

, like we already do, but also:

analyzePath: [ "Analyzer0" ]
end_paths: [ "analyzePath",....]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    πŸ“‹ Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions