AliPhysics
67e0feb (67e0feb)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
FixPaths.C
Go to the documentation of this file.
1
11
#ifndef __CINT__
12
#include <TROOT.h>
13
#include <TInterpreter.h>
14
#include <TSystem.h>
15
#include <TError.h>
16
#include <TString.h>
17
#else
18
class
TString
;
19
class
TSystem;
20
#endif
21
27
struct
FixPaths
28
{
29
static
FixPaths
*
fgInstance
;
30
FixPaths
()
31
{
32
Printf(
"Fixing include path"
);
33
gSystem
->AddIncludePath(
"-I${ALICE_PHYSICS}/include"
);
34
Printf(
"Include path: %s"
,
gSystem
->GetIncludePath());
35
}
36
};
37
38
#ifndef __CINT__
39
FixPaths
*
FixPaths::fgInstance
=
new
FixPaths
;
40
#endif
41
//
42
// EOF
43
//
44
45
46
FixPaths::fgInstance
static FixPaths * fgInstance
Definition:
FixPaths.C:10
gSystem
TSystem * gSystem
FixPaths::FixPaths
FixPaths()
Definition:
FixPaths.C:30
FixPaths
Definition:
FixPaths.C:8
TString
Definition:
External.C:108
PWGLF
FORWARD
analysis2
dndeta
tracklets3
FixPaths.C
Generated on Fri Jul 20 2018 16:21:32 for AliPhysics by
1.8.11