Skip to content

Commit

Permalink
silence surfaceSequence
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Oct 6, 2023
1 parent d451eb1 commit 9ce3529
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ struct GlobalChiSquareFitterFunctionImpl final : public TrackFitterFunction {
TrackContainer& tracks) const override {
const auto gx2fOptions = makeGx2fOptions(options, calibrator);
std::cout << "############# THIS SHOULD NOT HAPPEN - wrong operator() "
"#############\nsurfaceSequence = " << surfaceSequence) << std::endl;
<< std::endl;
(void)surfaceSequence;
return fitter.fit(sourceLinks.begin(), sourceLinks.end(), initialParameters,
gx2fOptions, tracks);
}
Expand Down

0 comments on commit 9ce3529

Please sign in to comment.