Class for making histogram of V1730 waveforms (with DPP event encoding)
More...
#include <TV1730DppWaveform.h>
|
void | CreateHistograms () |
| Function to create histograms; users will want to implement this function.
|
|
|
virtual void | SetTabName (std::string name) |
| Set the name of the top-level tab for these plots, if running DaqDisplay.
|
|
virtual void | SetSubTabName (std::string name) |
| Set the name of the sub-tab for these plots, if running DaqDisplay.
|
|
virtual void | SetUpdateOnlyWhenPlotted (bool whenupdate) |
|
Class for making histogram of V1730 waveforms (with DPP event encoding)
Definition at line 8 of file TV1730DppWaveform.h.
◆ TV1730DppWaveform()
TV1730DppWaveform::TV1730DppWaveform |
( |
| ) |
|
◆ ~TV1730DppWaveform()
virtual TV1730DppWaveform::~TV1730DppWaveform |
( |
| ) |
|
|
inlinevirtual |
◆ BeginRun()
void TV1730DppWaveform::BeginRun |
( |
int |
transition, |
|
|
int |
run, |
|
|
int |
time |
|
) |
| |
|
virtual |
◆ CreateHistograms()
void TV1730DppWaveform::CreateHistograms |
( |
| ) |
|
|
privatevirtual |
◆ EndRun()
void TV1730DppWaveform::EndRun |
( |
int |
transition, |
|
|
int |
run, |
|
|
int |
time |
|
) |
| |
|
virtual |
◆ GetNsecsPerSample()
int TV1730DppWaveform::GetNsecsPerSample |
( |
| ) |
|
|
inline |
◆ GetNumSamples()
int TV1730DppWaveform::GetNumSamples |
( |
| ) |
|
|
inline |
◆ Reset()
void TV1730DppWaveform::Reset |
( |
| ) |
|
◆ SetNanosecsPerSample()
void TV1730DppWaveform::SetNanosecsPerSample |
( |
int |
nsecsPerSample | ) |
|
|
inline |
◆ SetNumSamples()
void TV1730DppWaveform::SetNumSamples |
( |
int |
numSamples | ) |
|
|
inline |
◆ UpdateHistograms()
void TV1730DppWaveform::UpdateHistograms |
( |
TDataContainer & |
dataContainer | ) |
|
|
virtual |
Update the histogram for this canvas. This method works, but is generally not used; instead, TDeapAnaManager handles filling this histogram.
Implements THistogramArrayBase.
Definition at line 53 of file TV1730DppWaveform.cxx.
◆ nanosecsPerSample
int TV1730DppWaveform::nanosecsPerSample |
|
private |
◆ numSamples
int TV1730DppWaveform::numSamples |
|
private |
The documentation for this class was generated from the following files: