#include <WFPlotter.h>
◆ WFPlotter()
◆ addGraph() [1/2]
template<class T >
void WFPlotter::addGraph |
( |
std::vector< T > |
a_wfYs | ) |
|
adds the supplied vector to the graph
◆ addGraph() [2/2]
void WFPlotter::addGraph |
( |
TArrayS & |
a_array | ) |
|
◆ addInvertedGraph()
void WFPlotter::addInvertedGraph |
( |
TArrayS & |
a_array, |
|
|
int |
a_norm = 0 |
|
) |
| |
a_norm changes the normalization of the resulting waveform graph 0 = no normalization 1 = integral normalization 2 = peak normalization
◆ clearState()
void WFPlotter::clearState |
( |
| ) |
|
◆ drawState()
void WFPlotter::drawState |
( |
| ) |
|
◆ getGraph() [1/2]
template<class T >
TGraph * WFPlotter::getGraph |
( |
std::vector< T > |
a_wfYs | ) |
|
◆ getGraph() [2/2]
TGraph * WFPlotter::getGraph |
( |
TArrayS & |
a_array | ) |
|
◆ getInvertedGraph()
TGraph * WFPlotter::getInvertedGraph |
( |
TArrayS & |
a_array, |
|
|
int |
a_norm = 0 |
|
) |
| |
◆ getMG()
TMultiGraph * WFPlotter::getMG |
( |
| ) |
|
!!!!!!!!!CUIRRENTLY BREAKS ENCAPSULATION NEEDS TO CLONE!!!!!!!!!!
The documentation for this class was generated from the following files: