ROOTANA
Public Member Functions | Private Attributes
TV1720Waveform Class Reference

#include <TV1720Waveform.h>

Inheritance diagram for TV1720Waveform:
Inheritance graph
[legend]
Collaboration diagram for TV1720Waveform:
Collaboration graph
[legend]

Public Member Functions

 TV1720Waveform ()
 Reset the histograms for this canvas. More...
 
virtual ~TV1720Waveform ()
 
void UpdateHistograms (TDataContainer &dataContainer)
 Update the histograms for this canvas. More...
 
int GetNsecsPerSample ()
 Getters/setters. More...
 
void SetNanosecsPerSample (int nsecsPerSample)
 
void Reset ()
 
void CreateHistograms ()
 Function to create histograms; users will want to implement this function. More...
 
void BeginRun (int transition, int run, int time)
 Take actions at begin run. More...
 
- Public Member Functions inherited from THistogramArrayBase
 THistogramArrayBase ()
 
virtual ~THistogramArrayBase ()
 
TH1 * GetHistogram (unsigned i)
 A helper method for accessing each histogram. Does bounds checking. More...
 
virtual void EndRun (int transition, int run, int time)
 Take actions at end run
More...
 
void SetNumberChannelsInGroup (int numberChannelsInGroups)
 
const int GetNumberChannelsInGroup ()
 
void SetGroupName (std::string name)
 Set name for the 'group'. More...
 
const std::string GetGroupName ()
 
void SetChannelName (std::string name)
 Set name for the 'channel'. More...
 
const std::string GetChannelName ()
 
void DisableAutoUpdate (bool DisableautoUpdate=true)
 
const bool GetDisableAutoUpdate ()
 
const bool HasAutoUpdate ()
 
virtual std::string GetTabName ()
 Get the name of the top-level tab for these plots, if running DaqDisplay. More...
 
virtual std::string GetSubTabName ()
 Get the name of the sub-tab for these plots, if running DaqDisplay. More...
 
virtual bool IsUpdateWhenPlotted ()
 
virtual TCanvasHandleBaseCreateCanvas ()
 

Private Attributes

int nanosecsPerSample
 

Additional Inherited Members

- Protected Member Functions inherited from THistogramArrayBase
virtual void SetTabName (std::string name)
 Set the name of the top-level tab for these plots, if running DaqDisplay. More...
 
virtual void SetSubTabName (std::string name)
 Set the name of the sub-tab for these plots, if running DaqDisplay. More...
 
virtual void SetUpdateOnlyWhenPlotted (bool whenupdate)
 

Detailed Description

Class for making histograms of raw V1720 waveforms; right now is only for raw or ZLE compressed data.

Definition at line 9 of file TV1720Waveform.h.

Constructor & Destructor Documentation

◆ TV1720Waveform()

TV1720Waveform::TV1720Waveform ( )

Reset the histograms for this canvas.

Definition at line 8 of file TV1720Waveform.cxx.

Here is the call graph for this function:

◆ ~TV1720Waveform()

virtual TV1720Waveform::~TV1720Waveform ( )
inlinevirtual

Definition at line 12 of file TV1720Waveform.h.

Member Function Documentation

◆ BeginRun()

void TV1720Waveform::BeginRun ( int  transition,
int  run,
int  time 
)
inlinevirtual

Take actions at begin run.

Reimplemented from THistogramArrayBase.

Definition at line 26 of file TV1720Waveform.h.

Here is the call graph for this function:

◆ CreateHistograms()

void TV1720Waveform::CreateHistograms ( )
virtual

Function to create histograms; users will want to implement this function.

Reimplemented from THistogramArrayBase.

Definition at line 18 of file TV1720Waveform.cxx.

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

◆ GetNsecsPerSample()

int TV1720Waveform::GetNsecsPerSample ( )
inline

Getters/setters.

Definition at line 17 of file TV1720Waveform.h.

◆ Reset()

void TV1720Waveform::Reset ( )

Definition at line 117 of file TV1720Waveform.cxx.

Here is the call graph for this function:

◆ SetNanosecsPerSample()

void TV1720Waveform::SetNanosecsPerSample ( int  nsecsPerSample)
inline

Definition at line 18 of file TV1720Waveform.h.

Here is the caller graph for this function:

◆ UpdateHistograms()

void TV1720Waveform::UpdateHistograms ( TDataContainer dataContainer)
virtual

Update the histograms for this canvas.

Implements THistogramArrayBase.

Definition at line 51 of file TV1720Waveform.cxx.

Here is the call graph for this function:

Field Documentation

◆ nanosecsPerSample

int TV1720Waveform::nanosecsPerSample
private

Definition at line 31 of file TV1720Waveform.h.


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