Pointed to new format of CuFluo output file.
This commit is contained in:
@ -37,7 +37,7 @@ int main(int argc, char* argv[]) {
|
||||
char savename[128];
|
||||
|
||||
// Fluo dataset
|
||||
sprintf(savename,"data/M%s/CuF_gain_M%s.root", module_str.c_str(), module_str.c_str());
|
||||
sprintf(savename,"data/M%s/CuFluo_gain_G0_M%s.root", module_str.c_str(), module_str.c_str());
|
||||
TFile* FL_file = new TFile((char*)savename,"READ");
|
||||
TH2F* FL_gain_map = (TH2F*)FL_file->Get("gain_ADUper1keV_2d");
|
||||
TH2F* FL_gainer_map = (TH2F*)FL_file->Get("gainerr_ADUper1keV_2d");
|
||||
|
Reference in New Issue
Block a user