#include <ZdcCell.h>
|
| static void | print_to_stream (const std::vector< double > &val, const std::string &label, std::ostringstream &text) |
| static void | print_to_stream (const std::vector< int > &val, const std::string &label, std::ostringstream &text) |
Definition at line 22 of file ZdcCell.h.
◆ ZdcCell() [1/2]
◆ ZdcCell() [2/2]
◆ ~ZdcCell()
| virtual ZdcCell::~ZdcCell |
( |
| ) |
|
|
inlinevirtual |
◆ getEnergy()
| double ZdcCell::getEnergy |
( |
| ) |
|
|
inline |
◆ getTime()
| double ZdcCell::getTime |
( |
| ) |
|
|
inline |
◆ getX()
◆ getY()
◆ identify()
◆ operator std::string()
| ZdcCell::operator std::string |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented from ZdcRawData.
Definition at line 44 of file ZdcCell.h.
44{ return "ZdcCell::string()";};
◆ print()
| void ZdcCell::print |
( |
void | | ) |
const |
|
inlinevirtual |
◆ print_to_stream() [1/2]
| void ZdcRawData::print_to_stream |
( |
const std::vector< double > & | val, |
|
|
const std::string & | label, |
|
|
std::ostringstream & | text ) |
|
staticinherited |
Definition at line 75 of file ZdcRawData.cxx.
78{
80 for (double v : val) {
82 }
83}
std::string label(const std::string &format, int i)
◆ print_to_stream() [2/2]
| void ZdcRawData::print_to_stream |
( |
const std::vector< int > & | val, |
|
|
const std::string & | label, |
|
|
std::ostringstream & | text ) |
|
staticinherited |
Definition at line 85 of file ZdcRawData.cxx.
88{
90 for (double v : val) {
92 }
93}
◆ setEnergy()
| void ZdcCell::setEnergy |
( |
double | e | ) |
|
|
inline |
◆ setTime()
| void ZdcCell::setTime |
( |
double | t | ) |
|
|
inline |
◆ setX()
| void ZdcCell::setX |
( |
double | x | ) |
|
|
inline |
◆ setY()
| void ZdcCell::setY |
( |
double | y | ) |
|
|
inline |
◆ whoami()
| std::string ZdcCell::whoami |
( |
void | | ) |
const |
|
inlinevirtual |
◆ m_energy
◆ m_id
◆ m_time
◆ m_x
◆ m_y
The documentation for this class was generated from the following file: