AliPhysics
239578e (239578e)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
FixPaths.C
Go to the documentation of this file.
1
#ifndef __CINT__
2
#include <TROOT.h>
3
#include <TInterpreter.h>
4
#include <TSystem.h>
5
#include <TError.h>
6
#endif
7
8
struct
FixPaths
9
{
10
static
FixPaths
*
fgInstance
;
11
FixPaths
()
12
{
13
Printf(
"Fixing include path"
);
14
gSystem
->AddIncludePath(
"-I${ALICE_PHYSICS}/include"
);
15
Printf(
"Include path: %s"
,
gSystem
->GetIncludePath());
16
}
17
};
18
19
#ifndef __CINT__
20
FixPaths
*
FixPaths::fgInstance
=
new
FixPaths
;
21
#endif
22
23
24
FixPaths::fgInstance
static FixPaths * fgInstance
Definition:
FixPaths.C:10
gSystem
TSystem * gSystem
FixPaths::FixPaths
FixPaths()
Definition:
FixPaths.C:11
FixPaths
Definition:
FixPaths.C:8
PWGLF
FORWARD
analysis2
dndeta
tracklets
FixPaths.C
Generated on Thu Aug 9 2018 16:53:30 for AliPhysics by
1.8.11