Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JochiSt committed Jun 20, 2017
2 parents fe01ad4 + 9e3af43 commit 0824985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
gStyle -> SetOptStat(0);

ifstream input;
input.open("reliability_PowerBoard_FMD.txt");
input.open("../../reliability_PowerBoard_FMD.txt");

TH2F* histoFMD = new TH2F("histoFMD", "FMD FIT", 14, .5, 14.5, 100, 0, 15);
TH2F* histoALL = new TH2F("histoALL", "ALL FIT", 14, .5, 14.5, 100, 0, 15);
Expand Down

0 comments on commit 0824985

Please sign in to comment.