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

Last change on this file since 13449 was 13433, checked in by Jens Buss, 12 years ago
added comments
File size: 602 bytes
Line 
1#ifndef SAVETOCSV_H
2#define SAVETOCSV_H
3
4//////////////////////////////////////////////////////////////
5//Functions for FPulsetemplate to write template Pulse to csv
6//////////////////////////////////////////////////////////////
7
8void
9WritePixelTemplateToCsv(
10 TString path,
11 const char* csv_file_name,
12 const char* overlay_method,
13 int pixel,
14 int verbosityLevel
15 );
16
17TString
18BuildPath(
19 TString path,
20 const char* csv_file_name,
21 int pixel
22 );
23#endif // SAVETOCSV_H
Note: See TracBrowser for help on using the repository browser.