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 Apr 8, 2024
1 parent 5cf6bfd commit b592589
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/framework/sensitivity/src/TRestSensitivity.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ void TRestSensitivity::ExportAveragedCurve(std::string fname) {
}

void TRestSensitivity::ExportCurve(std::string fname, int n = 0) {

std::vector<Double_t> curve = GetCurve(n);
if (curve.empty()) return;

Expand Down Expand Up @@ -396,7 +395,6 @@ std::vector<std::vector<Double_t>> TRestSensitivity::GetLevelCurves(const std::v
}

TCanvas* TRestSensitivity::DrawCurves() {

if (fCanvas != NULL) {
delete fCanvas;
fCanvas = NULL;
Expand Down Expand Up @@ -478,7 +476,6 @@ legend->Draw();
}

TCanvas* TRestSensitivity::DrawLevelCurves() {

if (fCanvas != NULL) {
delete fCanvas;
fCanvas = NULL;
Expand Down

0 comments on commit b592589

Please sign in to comment.