Skip to content

Commit

Permalink
delete std::cout
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajmz committed Jun 3, 2024
1 parent 693b74a commit eeb0276
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/TRestDetectorSignal.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@ TRestDetectorSignal::GetMaxGauss() // returns a 2vector with the time of the pe
}
}

std::cout << "The max is " << maxRaw << " " << GetData(maxRaw) << " " << maxRawTime << std::endl;
std::cout << "The threshold is " << threshold << std::endl;
std::cout << "The range is " << lowerLimit << " " << upperLimit << std::endl;

TF1 gaus("gaus", "gaus", lowerLimit, upperLimit);
TH1F h1("h1", "h1", GetNumberOfPoints(), GetTime(0), GetTime(GetNumberOfPoints() - 1));

Expand Down

0 comments on commit eeb0276

Please sign in to comment.