-
Notifications
You must be signed in to change notification settings - Fork 75
Relative ROOTFiles Path #386
Copy link
Copy link
Open
Description
Hi there,
Use relative instead of absolute paths on cdaqs so scripts can be used on IFarm as well:
| TString fileNameD = "/net/cdaq/cdaql3data/cdaq/hallc-online/ROOTfiles/" ; |
| TString fileNameD = "/net/cdaq/cdaql3data/cdaq/hallc-online/ROOTfiles/" ; |
| TFile *f = new TFile(Form("/net/cdaq/cdaql3data/cdaq/hallc-online/ROOTfiles/coin_replay_production_%d_-1.root",run_NUM),"READ"); // %d : expects integer; %f expects float |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels