Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
garsoft
EventDisplay
EVD
HeaderDrawer.h
Go to the documentation of this file.
1
///
2
/// \file HeaderDrawer.h
3
/// \brief Render the objects from the Simulation package
4
/// \author messier@indiana.edu
5
/// \version $Id: HeaderDrawer.h,v 1.2 2010/11/11 18:11:22 p-novaart Exp $
6
///
7
#ifndef EVD_HEADERDRAWER_H
8
#define EVD_HEADERDRAWER_H
9
#include <string>
10
#include <vector>
11
#include <map>
12
13
namespace
art
{
class
Event
; }
14
namespace
evdb
{
class
View2D;
class
View3D; }
15
16
namespace
gar
{
17
namespace
evd
{
18
class
HeaderDrawer
{
19
public
:
20
HeaderDrawer
();
21
~
HeaderDrawer
();
22
23
void
Header(evdb::View2D* view);
24
void
Header(evdb::View3D* view);
25
26
void
Text(
std::string
&
title
,
27
std::string
&
run
,
28
std::string
&
event
,
29
std::string
& date,
30
std::string
&
time
);
31
public
:
32
};
33
}
34
}
35
#endif
36
////////////////////////////////////////////////////////////////////////
string
std::string string
Definition:
nybbler.cc:12
evdb
Definition:
AnalysisBaseDrawer.h:22
filelisting.run
int run
Definition:
filelisting.py:13
gar::evd::HeaderDrawer
Definition:
HeaderDrawer.h:18
evd
LArSoft includes.
Definition:
InfoTransfer.h:33
time
wirecell.gen.test.plot_impactzipper.title
title
Definition:
plot_impactzipper.py:90
gar
General GArSoft Utilities.
Definition:
anatest_module.cc:57
Event
Definition:
types.h:32
art
Definition:
BasicOptionsHandler.h:9
event
Event finding and building.
Definition:
EventCheater_module.cc:32
Generated by
1.8.11