Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
nutools
old
EventDisplayBase
Reconfigurable.h
Go to the documentation of this file.
1
///
2
/// \file EventDisplayBase/Reconfigurable.h
3
/// \brief Interface class to services that are intended to be reconfigurable through the event display
4
/// \author knoepfel@fnal.gov
5
///
6
#ifndef EVDB_RECONFIGURABLE_H
7
#define EVDB_RECONFIGURABLE_H
8
9
namespace
fhicl
{
class
ParameterSet; }
10
11
namespace
evdb
{
12
13
class
Reconfigurable
{
14
public
:
15
16
explicit
Reconfigurable
(
fhicl::ParameterSet
const
&
ps
);
17
void
do_reconfigure
(
fhicl::ParameterSet
const
& pset) { reconfigure(pset); }
18
19
private
:
20
virtual
void
reconfigure(
fhicl::ParameterSet
const
&) = 0;
21
};
22
23
}
24
25
#endif
26
////////////////////////////////////////////////////////////////////////
genie::units::ps
static const double ps
Definition:
Units.h:103
evdb
Manage all things related to colors for the event display.
Definition:
Edge3DDrawer_tool.cc:10
fhicl
parameter set interface
Definition:
prune_configuration.h:10
evdb::Reconfigurable::do_reconfigure
void do_reconfigure(fhicl::ParameterSet const &pset)
Definition:
Reconfigurable.h:17
fhicl::ParameterSet
Definition:
ParameterSet.h:34
evdb::Reconfigurable
Definition:
Reconfigurable.h:13
Generated by
1.8.11