Berkeley Nuclear Data Software
Public Member Functions | List of all members
WFPlotter Class Reference

#include <WFPlotter.h>

Public Member Functions

 WFPlotter ()
 
template<class T >
void addGraph (std::vector< T > a_wfYs)
 adds the supplied vector to the graph More...
 
void addGraph (TArrayS &a_array)
 
void addInvertedGraph (TArrayS &a_array, int a_norm=0)
 
template<class T >
TGraph * getGraph (std::vector< T > a_wfYs)
 
TGraph * getGraph (TArrayS &a_array)
 
TGraph * getInvertedGraph (TArrayS &a_array, int a_norm=0)
 
TMultiGraph * getMG ()
 !!!!!!!!!CUIRRENTLY BREAKS ENCAPSULATION NEEDS TO CLONE!!!!!!!!!! More...
 
void drawState ()
 
void clearState ()
 

Constructor & Destructor Documentation

◆ WFPlotter()

WFPlotter::WFPlotter ( )

Member Function Documentation

◆ addGraph() [1/2]

template<class T >
void WFPlotter::addGraph ( std::vector< T >  a_wfYs)

adds the supplied vector to the graph

Here is the caller graph for this function:

◆ addGraph() [2/2]

void WFPlotter::addGraph ( TArrayS &  a_array)
Here is the call graph for this function:

◆ 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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ clearState()

void WFPlotter::clearState ( )
Here is the caller graph for this function:

◆ drawState()

void WFPlotter::drawState ( )
Here is the caller graph for this function:

◆ getGraph() [1/2]

template<class T >
TGraph * WFPlotter::getGraph ( std::vector< T >  a_wfYs)
Here is the caller graph for this function:

◆ getGraph() [2/2]

TGraph * WFPlotter::getGraph ( TArrayS &  a_array)

◆ getInvertedGraph()

TGraph * WFPlotter::getInvertedGraph ( TArrayS &  a_array,
int  a_norm = 0 
)
Here is the caller graph for this function:

◆ getMG()

TMultiGraph * WFPlotter::getMG ( )

!!!!!!!!!CUIRRENTLY BREAKS ENCAPSULATION NEEDS TO CLONE!!!!!!!!!!


The documentation for this class was generated from the following files: