Better file name.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user