Better file name.

This commit is contained in:
redford_s
2017-11-29 10:14:02 +01:00
parent b24499be58
commit d8bb47f761
+1 -1
View File
@@ -39,7 +39,7 @@ int main(int argc, char* argv[]) {
char savename[128];
TCanvas* c1 = new TCanvas("c1","");
sprintf(savename,"/mnt/pcmoench_jungfrau_data1_ib/jungfrau_ana_sophie/M%s_CalibAna/CuFluo_comb_%s.root", module_str.c_str(), gain_str.c_str());
sprintf(savename,"/mnt/pcmoench_jungfrau_data1_ib/jungfrau_ana_sophie/M%s_CalibAna/CuFluo_%s_comb.root", module_str.c_str(), gain_str.c_str());
TFile* comb_file = new TFile((const char *)(savename),"READ");
jungfrauPixelMask *pixelMaskObject = new jungfrauPixelMask();