Skip to content

Commit 0fc2f06

Browse files
committed
TPC residual aggregator stores unbinned residuals by default
1 parent 3809260 commit 0fc2f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/src/tpc-residual-aggregator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using GID = o2::dataformats::GlobalTrackID;
2222
void customize(std::vector<o2::framework::ConfigParamSpec>& workflowOptions)
2323
{
2424
std::vector<o2::framework::ConfigParamSpec> options{
25-
{"output-type", VariantType::String, "binnedResid", {"Comma separated list of outputs (without spaces). Valid strings: unbinnedResid, binnedResid, trackParams"}},
25+
{"output-type", VariantType::String, "unbinnedResid,trackParams", {"Comma separated list of outputs (without spaces). Valid strings: unbinnedResid, binnedResid, trackParams"}},
2626
{"enable-track-input", VariantType::Bool, false, {"Whether to expect track data from interpolation workflow"}},
2727
{"enable-ctp", VariantType::Bool, false, {"Subscribe to lumi info from CTP"}},
2828
{"disable-root-input", VariantType::Bool, false, {"disable root-files input readers"}},

0 commit comments

Comments
 (0)