HOPS
HOPS class reference
MHO_FringePlotVisitorFactory.hh
Go to the documentation of this file.
1 #ifndef MHO_FringePlotVisitorFactory_HH__
2 #define MHO_FringePlotVisitorFactory_HH__
3 
5 #include "MHO_Message.hh"
6 
7 namespace hops
8 {
9 
22 {
23  public:
26 
31  MHO_FringePlotVisitor* ConstructPlotter(std::string plot_backend = "");
32 
33  protected:
35 };
36 
37 } // namespace hops
38 
39 #endif
Class MHO_FringePlotVisitorFactory.
Definition: MHO_FringePlotVisitorFactory.hh:22
MHO_FringePlotVisitor * fFringePlotter
Definition: MHO_FringePlotVisitorFactory.hh:34
MHO_FringePlotVisitorFactory()
Definition: MHO_FringePlotVisitorFactory.cc:34
MHO_FringePlotVisitor * ConstructPlotter(std::string plot_backend="")
Constructs and configures an MHO_FringePlotVisitor instance based on the current configuration.
Definition: MHO_FringePlotVisitorFactory.cc:47
virtual ~MHO_FringePlotVisitorFactory()
Definition: MHO_FringePlotVisitorFactory.cc:37
Class MHO_FringePlotVisitor.
Definition: MHO_FringePlotVisitor.hh:13
Definition: MHO_AdhocFlagging.hh:18