Skip to content

Commit

Permalink
TPC residual aggregator stores unbinned residuals by default
Browse files Browse the repository at this point in the history
  • Loading branch information
martenole committed Feb 20, 2024
1 parent 3809260 commit 0fc2f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ using GID = o2::dataformats::GlobalTrackID;
void customize(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
{
std::vector<o2::framework::ConfigParamSpec> options{
{"output-type", VariantType::String, "binnedResid", {"Comma separated list of outputs (without spaces). Valid strings: unbinnedResid, binnedResid, trackParams"}},
{"output-type", VariantType::String, "unbinnedResid,trackParams", {"Comma separated list of outputs (without spaces). Valid strings: unbinnedResid, binnedResid, trackParams"}},
{"enable-track-input", VariantType::Bool, false, {"Whether to expect track data from interpolation workflow"}},
{"enable-ctp", VariantType::Bool, false, {"Subscribe to lumi info from CTP"}},
{"disable-root-input", VariantType::Bool, false, {"disable root-files input readers"}},
Expand Down

0 comments on commit 0fc2f06

Please sign in to comment.