Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
EventDisplay
EVD
MCBriefPad.h
Go to the documentation of this file.
1
///
2
/// \file MCBriefPad.h
3
/// \brief Drawing pad for short summary of an MC event
4
/// \author messier@indiana.edu
5
/// \version $Id: MCBriefPad.h,v 1.1.1.1 2010/11/10 19:44:54 p-novaart Exp $
6
///
7
#ifndef EVD_MCBRIEF_H
8
#define EVD_MCBRIEF_H
9
#include "
EventDisplay/EVD/DrawingPad.h
"
10
namespace
evdb
{
class
View2D; }
11
class
TH1F;
12
13
namespace
gar
{
14
namespace
evd
{
15
class
MCBriefPad
:
public
DrawingPad
{
16
public
:
17
MCBriefPad
(
const
char
*
nm
,
const
char
* ti,
18
double
x1
,
double
y1,
19
double
x2
,
double
y2,
20
const
char
*
opt
);
21
~
MCBriefPad
();
22
void
Draw
();
23
private
:
24
evdb::View2D*
fView
;
///< Superimpose scale on 1D histo
25
};
26
}
27
}
28
#endif
29
////////////////////////////////////////////////////////////////////////
wirecell.units.nm
nm
Definition:
units.py:49
train.opt
opt
Definition:
train.py:196
gar::evd::MCBriefPad::fView
evdb::View2D * fView
Superimpose scale on 1D histo.
Definition:
MCBriefPad.h:24
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::MCBriefPad
Definition:
MCBriefPad.h:15
reco_momentum_tuples.x1
x1
Definition:
reco_momentum_tuples.py:82
Generated by
1.8.11