5 #include "TMultiGraph.h"
15 template <
class T>
void addGraph(std::vector<T> a_wfYs);
22 template <
class T> TGraph*
getGraph(std::vector<T> a_wfYs);
31 TMultiGraph* m_graphs;
32 std::vector<int> m_lineColors;
Definition: WFPlotter.h:11
TGraph * getGraph(std::vector< T > a_wfYs)
Definition: WFPlotter.hpp:20
void clearState()
Definition: WFPlotter.cpp:24
WFPlotter()
Definition: WFPlotter.cpp:5
void drawState()
Definition: WFPlotter.cpp:19
void addGraph(std::vector< T > a_wfYs)
adds the supplied vector to the graph
Definition: WFPlotter.hpp:7
TMultiGraph * getMG()
!!!!!!!!!CUIRRENTLY BREAKS ENCAPSULATION NEEDS TO CLONE!!!!!!!!!!
Definition: WFPlotter.cpp:14
void addInvertedGraph(TArrayS &a_array, int a_norm=0)
Definition: WFPlotter.cpp:39
TGraph * getInvertedGraph(TArrayS &a_array, int a_norm=0)
Definition: WFPlotter.cpp:61