HOPS
HOPS class reference
MHO_SubprocessPythonPlotVisitor.hh
Go to the documentation of this file.
1 #ifndef MHO_SubprocessPythonPlotVisitor_HH__
2 #define MHO_SubprocessPythonPlotVisitor_HH__
3 
5 
6 namespace hops
7 {
8 
32 {
33  public:
36 
42  virtual void Plot(MHO_FringeData* data) override;
43 };
44 
45 } // namespace hops
46 
47 #endif /* end of include guard: MHO_SubprocessPythonPlotVisitor_HH__ */
Class MHO_FringeData.
Definition: MHO_FringeData.hh:30
Class MHO_FringePlotVisitor.
Definition: MHO_FringePlotVisitor.hh:13
No-embed (subprocess) default fringe plotter. Implements the same MHO_FringePlotVisitor interface as ...
Definition: MHO_SubprocessPythonPlotVisitor.hh:32
virtual void Plot(MHO_FringeData *data) override
Render the fringe plot via the python3 subprocess.
Definition: MHO_SubprocessPythonPlotVisitor.cc:12
virtual ~MHO_SubprocessPythonPlotVisitor()
Definition: MHO_SubprocessPythonPlotVisitor.hh:35
MHO_SubprocessPythonPlotVisitor()
Definition: MHO_SubprocessPythonPlotVisitor.hh:34
Definition: fit_gsl.h:54
Definition: MHO_AdhocFlagging.hh:18