diff --git a/PWGDQ/Tasks/global-muon-matcher.cxx b/PWGDQ/Tasks/global-muon-matcher.cxx index 2905b04637f..45c463729ba 100644 --- a/PWGDQ/Tasks/global-muon-matcher.cxx +++ b/PWGDQ/Tasks/global-muon-matcher.cxx @@ -169,7 +169,7 @@ struct GlobalMuonMatching { Configurable cfgCcdbNoLaterThanNew{"cfgCcdbNoLaterThanNew", std::chrono::duration_cast(std::chrono::system_clock::now().time_since_epoch()).count(), "latest acceptable timestamp of creation for the object of new basis"}; Configurable cfgChamberResolutionX{"cfgChamberResolutionX", DefaultChamberResolution, "Chamber resolution along X configuration for refit"}; // 0.4cm pp, 0.2cm PbPb Configurable cfgChamberResolutionY{"cfgChamberResolutionY", DefaultChamberResolution, "Chamber resolution along Y configuration for refit"}; // 0.4cm pp, 0.2cm PbPb - Configurable cfgSigmaCutImprove{"cfgSigmaCutImprove", 6., "Sigma cut for track improvement"}; // 6 for pp, 4 for PbPb + Configurable cfgSigmaCutImprove{"cfgSigmaCutImprove", 6., "Sigma cut for track improvement"}; // 6 for pp, 4 for PbPb } configMchRealign; //// Variables for MFT alignment corrections