Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
nutools
old
EventDisplayBase
RootEnv.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
/// \file RootEnv.h
3
/// \brief Setup the root environment
4
///
5
/// \version $Id: RootEnv.h,v 1.2 2011-04-05 20:50:42 messier Exp $
6
/// \author messier@indiana.edu
7
////////////////////////////////////////////////////////////////////////
8
#ifndef EVDB_ROOTENV_H
9
#define EVDB_ROOTENV_H
10
class
TRint;
11
12
namespace
evdb
{
13
/// Configure the ROOT environment
14
class
RootEnv
{
15
public
:
16
RootEnv
(
int
argc,
char
**
argv
);
17
~RootEnv
();
18
19
int
Run
();
20
21
private
:
22
void
SetStyle
();
23
void
InterpreterConfig
();
24
void
SignalConfig
();
25
void
LoadIncludes
();
26
void
LoadClasses
();
27
28
private
:
29
};
30
}
31
#endif // EVDROOTENV_H
32
////////////////////////////////////////////////////////////////////////
evdb::RootEnv::~RootEnv
~RootEnv()
Definition:
RootEnv.cxx:65
evdb::RootEnv::LoadIncludes
void LoadIncludes()
Definition:
RootEnv.cxx:129
evdb::RootEnv::Run
int Run()
Definition:
RootEnv.cxx:73
evdb
Manage all things related to colors for the event display.
Definition:
Edge3DDrawer_tool.cc:10
evdb::RootEnv
Configure the ROOT environment.
Definition:
RootEnv.h:14
freeze_graph.argv
argv
Definition:
freeze_graph.py:218
evdb::RootEnv::SetStyle
void SetStyle()
Definition:
RootEnv.cxx:206
evdb::RootEnv::SignalConfig
void SignalConfig()
Definition:
RootEnv.cxx:101
evdb::RootEnv::InterpreterConfig
void InterpreterConfig()
Definition:
RootEnv.cxx:88
evdb::RootEnv::LoadClasses
void LoadClasses()
Definition:
RootEnv.cxx:188
evdb::RootEnv::RootEnv
RootEnv(int argc, char **argv)
Definition:
RootEnv.cxx:29
Generated by
1.8.11