LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Reconfigurable.h
Go to the documentation of this file.
1
#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
evdb
Manage all things related to colors for the event display.
Definition:
AnalysisBaseDrawer.h:18
fhicl
parameter set interface
Definition:
ServiceProviderWrappers.h:37
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
nutools
EventDisplayBase
Reconfigurable.h
Generated on Thu Jul 26 2018 13:10:22 for LArSoft by
1.8.11