HOPS
HOPS class reference
MHO_DefaultPythonPlotVisitor.hh
Go to the documentation of this file.
1 #ifndef MHO_DefaultPythonPlotVisitor_HH__
2 #define MHO_DefaultPythonPlotVisitor_HH__
3 
5 
6 namespace hops
7 {
8 
13 {
14  public:
17 
18  //default visit behavior is fine
19  //add specializations for specific fringe fitters if needed
20 
21  protected:
22 
29  virtual void Plot(MHO_FringeData* data) override;
30 };
31 
32 }//end of namespace
33 
34 #endif /* end of include guard: MHO_DefaultPythonPlotVisitor_HH__ */
Class MHO_DefaultPythonPlotVisitor.
Definition: MHO_DefaultPythonPlotVisitor.hh:13
MHO_DefaultPythonPlotVisitor()
Definition: MHO_DefaultPythonPlotVisitor.hh:15
virtual void Plot(MHO_FringeData *data) override
Plots fringe data using default Python plotting utility.
Definition: MHO_DefaultPythonPlotVisitor.cc:29
virtual ~MHO_DefaultPythonPlotVisitor()
Definition: MHO_DefaultPythonPlotVisitor.hh:16
Class MHO_FringeData.
Definition: MHO_FringeData.hh:30
Class MHO_FringePlotVisitor.
Definition: MHO_FringePlotVisitor.hh:13
Definition: MHO_ChannelLabeler.hh:17