#include <TileBeamElem.h>
|
| static void | print_to_stream (const std::vector< float > &val, const std::string &label, std::ostringstream &text) |
| 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< uint32_t > &val, const std::string &label, std::ostringstream &text) |
Definition at line 26 of file TileBeamElem.h.
◆ TileBeamElem() [1/5]
| TileBeamElem::TileBeamElem |
( |
| ) |
|
|
inline |
◆ TileBeamElem() [2/5]
| TileBeamElem::TileBeamElem |
( |
const HWIdentifier & | HWid, |
|
|
const std::vector< uint32_t > & | digits ) |
◆ TileBeamElem() [3/5]
| TileBeamElem::TileBeamElem |
( |
const HWIdentifier & | HWid, |
|
|
std::vector< uint32_t > && | digits ) |
◆ TileBeamElem() [4/5]
| TileBeamElem::TileBeamElem |
( |
const Identifier & | id, |
|
|
const std::vector< uint32_t > & | digits ) |
◆ TileBeamElem() [5/5]
| TileBeamElem::TileBeamElem |
( |
const HWIdentifier & | HWid, |
|
|
uint32_t | digit ) |
◆ adc_HWID()
◆ adc_ID()
◆ cell_ID()
◆ cell_ID_index()
| Identifier TileRawData::cell_ID_index |
( |
int & | index, |
|
|
int & | pmt ) const |
|
inherited |
◆ frag_ID()
| int TileRawData::frag_ID |
( |
void | | ) |
const |
|
inherited |
◆ get_digits()
| const std::vector< uint32_t > & TileBeamElem::get_digits |
( |
void | | ) |
const |
|
inline |
◆ identify()
◆ mt_ID()
◆ operator std::string()
| TileBeamElem::operator std::string |
( |
| ) |
const |
|
virtual |
Reimplemented from TileRawData.
Definition at line 66 of file TileBeamElem.cxx.
67{
68 std::ostringstream
text(std::ostringstream::out);
69
70 text << TileRawData::operator std::string();
71
73
75}
static void print_to_stream(const std::vector< float > &val, const std::string &label, std::ostringstream &text)
◆ pmt_ID()
◆ print()
| void TileBeamElem::print |
( |
void | | ) |
const |
|
virtual |
◆ print_to_stream() [1/3]
| void TileRawData::print_to_stream |
( |
const std::vector< double > & | val, |
|
|
const std::string & | label, |
|
|
std::ostringstream & | text ) |
|
staticinherited |
Definition at line 92 of file TileRawData.cxx.
95{
97 for (double v : val) {
99 }
100}
std::string label(const std::string &format, int i)
◆ print_to_stream() [2/3]
| void TileRawData::print_to_stream |
( |
const std::vector< float > & | val, |
|
|
const std::string & | label, |
|
|
std::ostringstream & | text ) |
|
staticinherited |
◆ print_to_stream() [3/3]
| void TileRawData::print_to_stream |
( |
const std::vector< uint32_t > & | val, |
|
|
const std::string & | label, |
|
|
std::ostringstream & | text ) |
|
staticinherited |
Definition at line 102 of file TileRawData.cxx.
105{
107 for (uint32_t v : val) {
109 }
110}
◆ size()
| int TileBeamElem::size |
( |
void | | ) |
const |
|
inline |
◆ tt_ID()
◆ whoami()
| std::string TileBeamElem::whoami |
( |
void | | ) |
const |
|
inlinevirtual |
◆ m_adc_hwid
◆ m_digits
| std::vector<uint32_t> TileBeamElem::m_digits |
|
private |
The documentation for this class was generated from the following files: