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