/[PAMELA software]/gp2root/pUtils.h
ViewVC logotype

Contents of /gp2root/pUtils.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sun Oct 22 08:27:09 2006 UTC (18 years, 1 month ago) by cafagna
Branch: MAIN
CVS Tags: v0r9, v0r10, HEAD
Changes since 1.1: +1 -0 lines
File MIME type: text/plain
Stable version, lot of changes, ROOT support included, persistency not yet activated

1 #ifndef PUTILS_H
2 #define PUTILS_H
3 #include <string>
4
5 using std::string;
6
7 namespace pUtils {
8
9 string ToLower(string const &);
10 string ToUpper(string const &);
11 bool IsPoundChar(char );
12
13 }
14
15
16
17 #endif // UTILS_H
18

  ViewVC Help
Powered by ViewVC 1.1.23