LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 
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 
Manage all things related to colors for the event display.
parameter set interface
void do_reconfigure(fhicl::ParameterSet const &pset)