Class for making histogram of raw V1730Dpp waveforms.
More...
#include <TV1730RawWaveform.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 raw V1730Dpp waveforms.
Definition at line 8 of file TV1730RawWaveform.h.
◆ TV1730RawWaveform()
| TV1730RawWaveform::TV1730RawWaveform |
( |
| ) |
|
◆ ~TV1730RawWaveform()
| virtual TV1730RawWaveform::~TV1730RawWaveform |
( |
| ) |
|
|
inlinevirtual |
◆ BeginRun()
| void TV1730RawWaveform::BeginRun |
( |
int |
transition, |
|
|
int |
run, |
|
|
int |
time |
|
) |
| |
|
virtual |
◆ CreateHistograms()
| void TV1730RawWaveform::CreateHistograms |
( |
| ) |
|
|
privatevirtual |
◆ EndRun()
| void TV1730RawWaveform::EndRun |
( |
int |
transition, |
|
|
int |
run, |
|
|
int |
time |
|
) |
| |
|
virtual |
◆ GetNsecsPerSample()
| int TV1730RawWaveform::GetNsecsPerSample |
( |
| ) |
|
|
inline |
◆ GetNumSamples()
| int TV1730RawWaveform::GetNumSamples |
( |
| ) |
|
|
inline |
◆ Reset()
| void TV1730RawWaveform::Reset |
( |
| ) |
|
◆ SetNanosecsPerSample()
| void TV1730RawWaveform::SetNanosecsPerSample |
( |
int |
nsecsPerSample | ) |
|
|
inline |
◆ SetNumSamples()
| void TV1730RawWaveform::SetNumSamples |
( |
int |
numSamples | ) |
|
|
inline |
◆ UpdateHistograms()
| void TV1730RawWaveform::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 55 of file TV1730RawWaveform.cxx.
◆ nanosecsPerSample
| int TV1730RawWaveform::nanosecsPerSample |
|
private |
◆ numSamples
| int TV1730RawWaveform::numSamples |
|
private |
The documentation for this class was generated from the following files: