From 3c6f7d72a48f7797d526170211171c244dca4170 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 07:49:48 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- source/framework/sensitivity/inc/TRestComponent.h | 2 +- source/framework/sensitivity/src/TRestResponse.cxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source/framework/sensitivity/inc/TRestComponent.h b/source/framework/sensitivity/inc/TRestComponent.h index cf4801a84..28655d703 100644 --- a/source/framework/sensitivity/inc/TRestComponent.h +++ b/source/framework/sensitivity/inc/TRestComponent.h @@ -26,9 +26,9 @@ #include #include -#include "TRestResponse.h" #include "TRestDataSet.h" #include "TRestMetadata.h" +#include "TRestResponse.h" /// It defines a background/signal model distribution in a given parameter space (tipically x,y,en) class TRestComponent : public TRestMetadata { diff --git a/source/framework/sensitivity/src/TRestResponse.cxx b/source/framework/sensitivity/src/TRestResponse.cxx index 95d485097..76079e915 100644 --- a/source/framework/sensitivity/src/TRestResponse.cxx +++ b/source/framework/sensitivity/src/TRestResponse.cxx @@ -137,7 +137,6 @@ void TRestResponse::LoadResponse(Bool_t transpose) { /// metadata members. /// std::vector> TRestResponse::GetResponse(Double_t input) { - std::vector> response; if (fResponseMatrix.empty()) {