#include <HistogramDefinition.hh>
|
| | HistogramDefinition (bool hasUnderOverFlow, const IndexList &numBins, const MD::BinEdgeList &binEdges, bool shouldCompress, bool keepErrors) |
| |
| | HistogramDefinition (bool hasUnderOverFlow, const IndexList &numBins, const MD::BinRangeList &ranges, bool shouldCompress, bool keepErrors) |
| |
| | HistogramDefinition (bool hasUnderOverFlow, const MD::BinEdgeList &binEdges, bool shouldCompress, bool keepErrors) |
| |
| | HistogramDefinition (const Serial::FBHistoDefinition *msgreader) |
| |
| void | addFixedData (MultiDimensional::SharedTensorData data) |
| |
| void | resetFixedData () |
| |
| const Tensor & | getFixedData (EventUID id, const std::string &schemeName, LabelsList tensorLabels) const |
| |
const MD::BinnedIndexing
< MD::SequentialIndexing > & | getIndexing () const |
| |
| bool | shouldCompress () const |
| |
| void | setCompression (bool value) |
| |
| bool | shouldKeepErrors () const |
| |
| void | setKeepErrors (bool value) |
| |
| void | write (flatbuffers::FlatBufferBuilder *msgwriter, const std::string &name) const |
| |
| bool | checkDefinition (const Serial::FBHistoDefinition *msgreader) const |
| |
|
| Log & | getLog () const |
| | logging facility More...
|
| |
| void | read (const Serial::FBHistoDefinition *msgreader) |
| |
Definition at line 33 of file HistogramDefinition.hh.
| Hammer::HistogramDefinition::HistogramDefinition |
( |
bool |
hasUnderOverFlow, |
|
|
const IndexList & |
numBins, |
|
|
const MD::BinEdgeList & |
binEdges, |
|
|
bool |
shouldCompress, |
|
|
bool |
keepErrors |
|
) |
| |
| Hammer::HistogramDefinition::HistogramDefinition |
( |
bool |
hasUnderOverFlow, |
|
|
const IndexList & |
numBins, |
|
|
const MD::BinRangeList & |
ranges, |
|
|
bool |
shouldCompress, |
|
|
bool |
keepErrors |
|
) |
| |
| Hammer::HistogramDefinition::HistogramDefinition |
( |
bool |
hasUnderOverFlow, |
|
|
const MD::BinEdgeList & |
binEdges, |
|
|
bool |
shouldCompress, |
|
|
bool |
keepErrors |
|
) |
| |
| Hammer::HistogramDefinition::HistogramDefinition |
( |
const Serial::FBHistoDefinition * |
msgreader | ) |
|
| bool Hammer::HistogramDefinition::checkDefinition |
( |
const Serial::FBHistoDefinition * |
msgreader | ) |
const |
| const Tensor & Hammer::HistogramDefinition::getFixedData |
( |
EventUID |
id, |
|
|
const std::string & |
schemeName, |
|
|
LabelsList |
tensorLabels |
|
) |
| const |
| Log & Hammer::HistogramDefinition::getLog |
( |
| ) |
const |
|
private |
| void Hammer::HistogramDefinition::read |
( |
const Serial::FBHistoDefinition * |
msgreader | ) |
|
|
private |
| void Hammer::HistogramDefinition::resetFixedData |
( |
| ) |
|
| void Hammer::HistogramDefinition::setCompression |
( |
bool |
value | ) |
|
| void Hammer::HistogramDefinition::setKeepErrors |
( |
bool |
value | ) |
|
| bool Hammer::HistogramDefinition::shouldCompress |
( |
| ) |
const |
| bool Hammer::HistogramDefinition::shouldKeepErrors |
( |
| ) |
const |
| void Hammer::HistogramDefinition::write |
( |
flatbuffers::FlatBufferBuilder * |
msgwriter, |
|
|
const std::string & |
name |
|
) |
| const |
| bool Hammer::HistogramDefinition::_compressHistograms |
|
private |
| bool Hammer::HistogramDefinition::_keepErrors |
|
private |
The documentation for this class was generated from the following files: