#ifndef SAVETOCSV_H #define SAVETOCSV_H ////////////////////////////////////////////////////////////// //Functions for FPulsetemplate to write template Pulse to csv ////////////////////////////////////////////////////////////// void WritePixelTemplateToCsv( TString path, TString csv_file_name, TString overlay_method, int pixel, int verbosityLevel ); TString BuildPath( TString path, TString csv_file_name, int pixel ); #endif // SAVETOCSV_H