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()) {