Changeset 13636 for fact/tools/rootmacros/PulseTemplates
- Timestamp:
- 05/10/12 13:29:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/rootmacros/PulseTemplates/pixel.C
r13627 r13636 852 852 } 853 853 854 TString 855 Pixel::CsvFileName( 856 TString path, 857 TString overlayMethod, 858 int order 859 ) 860 { 861 path += "CSV/"; 862 path += overlayMethod; 863 path += "OverlayTemplate"; 864 path += "_"; 865 path += mChid; 866 path += "_"; 867 path += order; 868 path += ".csv"; 869 return path; 870 } 854 871 855 872
Note:
See TracChangeset
for help on using the changeset viewer.