#include <ZdcCell.h>
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 |
◆ print_to_stream() [2/2]
void ZdcRawData::print_to_stream |
( |
const std::vector< int > & |
val, |
|
|
const std::string & |
label, |
|
|
std::ostringstream & |
text |
|
) |
| |
|
staticinherited |
◆ 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: