Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
lareventdisplay
lareventdisplay
EventDisplay
HeaderPad.h
Go to the documentation of this file.
1
///
2
/// \file HeaderPad.h
3
/// \brief Drawing pad for time or charge histograms
4
/// \author messier@indiana.edu
5
///
6
#ifndef EVD_HEADER_H
7
#define EVD_HEADER_H
8
9
#include "
lareventdisplay/EventDisplay/DrawingPad.h
"
10
namespace
evdb
{
class
View2D; }
11
12
namespace
evd
{
13
class
HeaderPad
:
public
DrawingPad
{
14
public
:
15
HeaderPad
(
const
char
*
nm
,
const
char
* ti,
16
double
x1
,
double
y1,
17
double
x2
,
double
y2,
18
const
char
*
opt
);
19
~
HeaderPad
();
20
void
Draw
(
const
char
* opt=
""
);
21
22
private
:
23
evdb::View2D*
fView
;
///< Collection of drawn objects
24
};
25
}
26
27
#endif
28
////////////////////////////////////////////////////////////////////////
evd::HeaderPad::fView
evdb::View2D * fView
Collection of drawn objects.
Definition:
HeaderPad.h:23
wirecell.units.nm
nm
Definition:
units.py:49
train.opt
opt
Definition:
train.py:196
reco_momentum_tuples.x2
x2
Definition:
reco_momentum_tuples.py:83
evdb
Definition:
AnalysisBaseDrawer.h:22
evd::HeaderPad
Definition:
HeaderPad.h:13
evd
LArSoft includes.
Definition:
InfoTransfer.h:33
evd::DrawingPad
Base class for event display drawing pads.
Definition:
DrawingPad.h:29
Draw
void Draw(const char *plot, const char *title)
Definition:
gXSecComp.cxx:580
DrawingPad.h
reco_momentum_tuples.x1
x1
Definition:
reco_momentum_tuples.py:82
Generated by
1.8.11