ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
FGolf
/
Tools
/
getMyHistosNames.h
Revision:
1.2
Committed:
Tue Mar 20 19:08:50 2012 UTC
(13 years, 1 month ago) by
fgolf
Content type:
text/plain
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.1
:
+4 -3 lines
Log Message:
replace .C file with .cc
File Contents
#
User
Rev
Content
1
fgolf
1.2
#ifndef GETMYHISTOSNAMES_H
2
#define GETMYHISTOSNAMES_H
3
4
fgolf
1.1
#include "TObjArray.h"
5
6
TObjArray* getMyHistosNames( const char* prefix, const char* postfix, bool keep2D=true);
7
8
fgolf
1.2
#endif