Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
EventDisplay
EVD3D
EventDisplay3DUtils.h
Go to the documentation of this file.
1
//
2
// - Serves as the link between ROOT "events" (e.g. mouse-clicks) and the ART
3
// event display service by providing a receiver slot for signals generated
4
// by the ROOT events. A ROOT dictionary needs to be generated for this.
5
//
6
7
#ifndef EventDisplay3D_EvtDisplayUtils_hh
8
#define EventDisplay3D_EvtDisplayUtils_hh
9
10
#include <TObject.h>
11
#include <TApplication.h>
12
#include <TGTextBuffer.h>
13
#include <iostream>
14
15
namespace
gar
{
16
namespace
evd3d
17
{
18
class
EventDisplay3DUtils
19
{
20
21
public
:
22
explicit
EventDisplay3DUtils
();
23
void
PrevEvent
();
24
void
NextEvent
();
25
void
GotoEvent
();
26
TGTextBuffer *
fTbRun
;
27
TGTextBuffer *
fTbEvt
;
28
29
int
LogColor
(
double
val
,
double
minVal,
double
maxVal,
double
magScale=5.0);
30
31
int
fColorBase
;
32
int
fColorCount
;
33
34
};
35
}
36
}
37
#endif
/* EventDisplay3D_EvtDisplayUtils_hh */
gar::evd3d::EventDisplay3DUtils
Definition:
EventDisplay3DUtils.h:18
gar::evd3d::EventDisplay3DUtils::GotoEvent
void GotoEvent()
Definition:
EventDisplay3DUtils.cxx:44
val
Definition:
registry_via_id_test_2.cc:15
gar::evd3d::EventDisplay3DUtils::fColorBase
int fColorBase
Definition:
EventDisplay3DUtils.h:31
gar::evd3d::EventDisplay3DUtils::LogColor
int LogColor(double val, double minVal, double maxVal, double magScale=5.0)
Definition:
EventDisplay3DUtils.cxx:52
gar::evd3d::EventDisplay3DUtils::PrevEvent
void PrevEvent()
Definition:
EventDisplay3DUtils.cxx:34
gar::evd3d::EventDisplay3DUtils::fColorCount
int fColorCount
Definition:
EventDisplay3DUtils.h:32
gar::evd3d::EventDisplay3DUtils::NextEvent
void NextEvent()
Definition:
EventDisplay3DUtils.cxx:39
gar::evd3d::EventDisplay3DUtils::EventDisplay3DUtils
EventDisplay3DUtils()
Definition:
EventDisplay3DUtils.cxx:19
gar
General GArSoft Utilities.
Definition:
anatest_module.cc:57
gar::evd3d::EventDisplay3DUtils::fTbRun
TGTextBuffer * fTbRun
Definition:
EventDisplay3DUtils.h:26
gar::evd3d::EventDisplay3DUtils::fTbEvt
TGTextBuffer * fTbEvt
Definition:
EventDisplay3DUtils.h:27
Generated by
1.8.11