source: fact/tools/rootmacros/SaveToCsv.h@ 13431

Last change on this file since 13431 was 13431, checked in by Jens Buss, 13 years ago
deleted WriteAllPixelTemplateToCSV
File size: 413 bytes
Line 
1#ifndef SAVETOCSV_H
2#define SAVETOCSV_H
3
4void
5WritePixelTemplateToCsv(
6 TString path,
7 const char* csv_file_name,
8 const char* overlay_method,
9 int pixel,
10 int verbosityLevel
11 );
12
13TString
14BuildPath(
15 TString path,
16 const char* csv_file_name,
17 int pixel
18 );
19#endif // SAVETOCSV_H
Note: See TracBrowser for help on using the repository browser.