Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 15, 2023
1 parent fc1704a commit 3c6f7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion source/framework/sensitivity/inc/TRestComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
#include <TCanvas.h>
#include <THn.h>

#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 {
Expand Down
1 change: 0 additions & 1 deletion source/framework/sensitivity/src/TRestResponse.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ void TRestResponse::LoadResponse(Bool_t transpose) {
/// metadata members.
///
std::vector<std::pair<Double_t, Double_t>> TRestResponse::GetResponse(Double_t input) {

std::vector<std::pair<Double_t, Double_t>> response;

if (fResponseMatrix.empty()) {
Expand Down

0 comments on commit 3c6f7d7

Please sign in to comment.