AliPhysics
34df632 (34df632)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Fri Jan 20 2017 16:21:23 for AliPhysics by
1.8.6