Skip to content

Commit

Permalink
Make hmp-matcher-workflow respect selected sources (AliceO2Group#12691)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-voelkel authored and andreasmolander committed Apr 12, 2024
1 parent 4b2d2c1 commit 35f6f80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& configcontext)

GID::mask_t alowedSources = GID::getSourcesMask("ITS-TPC,TPC-TRD,TPC-TOF,ITS-TPC-TRD,ITS-TPC-TOF,TPC-TRD-TOF,ITS-TPC-TRD-TOF");

GID::mask_t src = alowedSources;
GID::mask_t src = alowedSources & GID::getSourcesMask(configcontext.options().get<std::string>("track-sources"));

GID::mask_t mcmaskcl;
GID::mask_t nonemask = GID::getSourcesMask(GID::NONE);
Expand Down

0 comments on commit 35f6f80

Please sign in to comment.