#include <MQwHistograms.h>
Definition at line 13 of file MQwHistograms.h.
MQwHistograms::MQwHistograms |
( |
| ) |
|
|
inlineprotected |
Copy constructor.
Definition at line 27 of file MQwHistograms.h.
std::vector< TH1_ptr > fHistograms
Histograms associated with this data element.
virtual MQwHistograms::~MQwHistograms |
( |
| ) |
|
|
inlineprotectedvirtual |
void MQwHistograms::AddHistogram |
( |
TH1 * |
h | ) |
|
|
inlineprotected |
Register a histogram.
Definition at line 50 of file MQwHistograms.h.
References fHistograms.
std::vector< TH1_ptr > fHistograms
Histograms associated with this data element.
TH1 * TH1_ptr
Regular pointers for the histograms.
void MQwHistograms::Fill_Pointer |
( |
TH1_ptr |
hist_ptr, |
|
|
Double_t |
value |
|
) |
| |
|
inlineprotected |
Definition at line 38 of file MQwHistograms.h.
39 if (hist_ptr != NULL){
40 hist_ptr->Fill(value);
void MQwHistograms::ShareHistograms |
( |
const MQwHistograms * |
source | ) |
|
|
inline |
Share histogram pointers between objects.
Definition at line 56 of file MQwHistograms.h.
References fHistograms.
std::vector< TH1_ptr > fHistograms
Histograms associated with this data element.
std::vector<TH1_ptr> MQwHistograms::fHistograms |
|
protected |
Histograms associated with this data element.
Definition at line 46 of file MQwHistograms.h.
Referenced by AddHistogram(), QwBeamMod::AnalyzeOpticsPlots(), QwRaster::ConstructHistograms(), QwPMT_Channel::ConstructHistograms(), QwSIS3320_Accumulator::ConstructHistograms(), QwSIS3320_Channel::ConstructHistograms(), QwBeamMod::ConstructHistograms(), QwHelicity::ConstructHistograms(), QwScanner::ConstructHistograms(), VQwScaler_Channel::ConstructHistograms(), QwVQWK_Channel::ConstructHistograms(), QwRaster::FillHistograms(), QwPMT_Channel::FillHistograms(), QwSIS3320_Accumulator::FillHistograms(), QwSIS3320_Channel::FillHistograms(), QwBeamMod::FillHistograms(), QwHelicity::FillHistograms(), QwScanner::FillHistograms(), VQwScaler_Channel::FillHistograms(), QwVQWK_Channel::FillHistograms(), and ShareHistograms().
The documentation for this class was generated from the following file: