Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
EventDisplay
EVD
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
/// \version $Id: HeaderPad.h,v 1.1.1.1 2010/11/10 19:44:54 p-novaart Exp $
6
///
7
#ifndef EVD_HEADER_H
8
#define EVD_HEADER_H
9
#include "
EventDisplay/EVD/DrawingPad.h
"
10
namespace
evdb
{
class
View2D; }
11
class
TH1F;
12
13
namespace
gar
{
14
namespace
evd
{
15
class
HeaderPad
:
public
DrawingPad
{
16
public
:
17
HeaderPad
(
const
char
*
nm
,
18
const
char
* ti,
19
double
x1
,
20
double
y1,
21
double
x2
,
22
double
y2,
23
const
char
*
opt
);
24
~
HeaderPad
();
25
void
Draw
(
const
char
* opt=
""
);
26
27
private
:
28
evdb::View2D*
fView
;
///< Collection of drawn objects
29
};
30
}
31
}
32
#endif
33
////////////////////////////////////////////////////////////////////////
gar::evd::HeaderPad
Definition:
HeaderPad.h:15
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
LArSoft includes.
Definition:
InfoTransfer.h:33
DrawingPad.h
Draw
void Draw(const char *plot, const char *title)
Definition:
gXSecComp.cxx:580
gar::evd::DrawingPad
Base class for event display drawing pads.
Definition:
DrawingPad.h:23
gar
General GArSoft Utilities.
Definition:
anatest_module.cc:57
gar::evd::HeaderPad::fView
evdb::View2D * fView
Collection of drawn objects.
Definition:
HeaderPad.h:28
reco_momentum_tuples.x1
x1
Definition:
reco_momentum_tuples.py:82
Generated by
1.8.11