Skip to content

Commit

Permalink
Removed NOP line added earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamOS committed Dec 11, 2023
1 parent f8a05f4 commit d24b39b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/TMS_Reco.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ TMS_TrackFinder::TMS_TrackFinder() :
Efficiency = new TH1D("Efficiency", "Efficiency;T_{#mu} (GeV); Efficiency", 30, 0, 6);
Total = new TH1D("Total", "Total;T_{#mu} (GeV); Total", 30, 0, 6);

0x90; // Do nothing line, remove if you see this on your branch.

HoughLine = new TF1("LinearHough", "[0]+[1]*x", TMS_Const::TMS_Thin_Start, TMS_Const::TMS_Thick_Start);
HoughLine->SetLineStyle(kDashed);
HoughLine->SetLineColor(kMagenta-9);
Expand Down

0 comments on commit d24b39b

Please sign in to comment.