ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtUnpack
GETDecoder2
GETFileChecker.h
Go to the documentation of this file.
1
// =================================================
2
// GETFileChecker Class
3
//
4
// Description:
5
// Check if the file exists or not
6
//
7
// Genie Jhang ( geniejhang@majimak.com )
8
// 2015. 09. 01
9
// =================================================
10
11
#ifndef GETFILECHECKER
12
#define GETFILECHECKER
13
14
#include <Rtypes.h>
15
#include <TString.h>
16
17
class
TBuffer;
18
class
TClass;
19
class
TMemberInspector;
20
21
class
GETFileChecker
{
22
public
:
23
static
TString
CheckFile
(TString filename);
24
25
ClassDef(
GETFileChecker
, 1)
26
};
27
28
#endif
GETFileChecker
Definition:
GETFileChecker.h:21
GETFileChecker::CheckFile
static TString CheckFile(TString filename)
Definition:
GETFileChecker.cxx:22
Generated on Sat Nov 11 2023 15:30:39 for ATTPCROOT by
1.8.18