#include <ZdcRawChannel.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 23 of file ZdcRawChannel.h.
◆ ZdcRawChannel() [1/2]
| ZdcRawChannel::ZdcRawChannel |
( |
| ) |
|
|
inline |
◆ ZdcRawChannel() [2/2]
| ZdcRawChannel::ZdcRawChannel |
( |
const Identifier & | id | ) |
|
|
inline |
Definition at line 33 of file ZdcRawChannel.h.
34
35
36 {
41 }
std::vector< float > m_chi
std::vector< float > m_time
std::vector< float > m_energy
◆ ~ZdcRawChannel()
| virtual ZdcRawChannel::~ZdcRawChannel |
( |
| ) |
|
|
inlinevirtual |
◆ getChi()
| float ZdcRawChannel::getChi |
( |
int | i | ) |
const |
|
inline |
◆ getEnergy()
| float ZdcRawChannel::getEnergy |
( |
int | i | ) |
const |
|
inline |
◆ getSize()
| unsigned int ZdcRawChannel::getSize |
( |
| ) |
const |
|
inline |
◆ getTime()
| float ZdcRawChannel::getTime |
( |
int | i | ) |
const |
|
inline |
◆ identify()
◆ operator std::string()
| ZdcRawChannel::operator std::string |
( |
| ) |
const |
|
inlinevirtual |
◆ print()
| void ZdcRawChannel::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}
◆ setChi()
| void ZdcRawChannel::setChi |
( |
int | i, |
|
|
float | c ) |
|
inline |
◆ setEnergy()
| void ZdcRawChannel::setEnergy |
( |
int | i, |
|
|
float | e ) |
|
inline |
◆ setSize()
| void ZdcRawChannel::setSize |
( |
unsigned int | i | ) |
|
|
inline |
◆ setTime()
| void ZdcRawChannel::setTime |
( |
int | i, |
|
|
float | t ) |
|
inline |
◆ whoami()
| std::string ZdcRawChannel::whoami |
( |
void | | ) |
const |
|
inlinevirtual |
◆ m_chi
| std::vector<float> ZdcRawChannel::m_chi |
|
private |
◆ m_energy
| std::vector<float> ZdcRawChannel::m_energy |
|
private |
◆ m_id
◆ m_size
| unsigned int ZdcRawChannel::m_size |
|
private |
◆ m_time
| std::vector<float> ZdcRawChannel::m_time |
|
private |
The documentation for this class was generated from the following file: