Skip to content
Snippets Groups Projects
Commit 05bbbedb authored by Administrator's avatar Administrator
Browse files

Rename script due to a name clash on macosx

There are two files pl_Eff_XY.C and pl_eff_XY.C in the directory
macro/beamtime which result in problems on macosx with upper-/lowercase
distinction. To solve the issue rename pl_Eff_XY.C to pl_Eff_XY_1.C.
Correct the function name.
parent 6f17c3ee
No related branches found
No related tags found
No related merge requests found
void pl_Eff_XY(Int_t iDut = 910,
Double_t dEffMin = 0.5,
Double_t dEffMax = 1.,
Double_t dThr = 0.01,
TString sysinfo = "") {
void pl_Eff_XY_1(Int_t iDut = 910,
Double_t dEffMin = 0.5,
Double_t dEffMax = 1.,
Double_t dThr = 0.01,
TString sysinfo = "") {
gROOT->LoadMacro("pl_Datime.C");
// TCanvas *can = new TCanvas("can22","can22");
// can->Divide(2,2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment