#include <TileTTL1.h>
Definition at line 26 of file TileTTL1.h.
◆ TileTTL1() [1/4]
◆ TileTTL1() [2/4]
| TileTTL1::TileTTL1 |
( |
const Identifier & | id, |
|
|
const std::vector< double > & | digits ) |
Definition at line 48 of file TileTTL1.cxx.
49 :
51 {
52
54
55 std::vector<double>::const_iterator it1=digits.begin();
56 std::vector<double>::const_iterator it2=digits.end();
57
58 float dig;
59 for ( ; it1!=it2; ++it1) {
60 dig = (*it1);
62 }
63 }
std::vector< float > m_TTL1digits
◆ TileTTL1() [3/4]
| TileTTL1::TileTTL1 |
( |
const Identifier & | id, |
|
|
const std::vector< float > & | digits ) |
◆ TileTTL1() [4/4]
| TileTTL1::TileTTL1 |
( |
const Identifier & | id, |
|
|
std::vector< float > && | digits ) |
◆ ~TileTTL1()
◆ fsamples()
| const std::vector< float > & TileTTL1::fsamples |
( |
| ) |
const |
◆ identify()
◆ nsamples()
| short TileTTL1::nsamples |
( |
| ) |
const |
◆ operator std::string()
| TileTTL1::operator std::string |
( |
| ) |
const |
Definition at line 94 of file TileTTL1.cxx.
95{
96 std::ostringstream
text(std::ostringstream::out);
97
99
100 if (s_cabling->getTileTBID()->is_tiletb(
m_ID)) {
101 text <<
"MBTS Id = " << s_cabling->getTileTBID()->to_string(
m_ID);
102 } else {
103 text <<
" Id = " << s_cabling->getCaloLVL1_ID()->show_to_string(
m_ID);
104 }
105
107 text << std::setiosflags( std::ios::fixed );
108 text << std::setiosflags( std::ios::showpoint );
109 text << std::setprecision(2);
110
111 std::vector<float>::const_iterator it1=
m_TTL1digits.begin();
112 std::vector<float>::const_iterator it2=
m_TTL1digits.end();
113
114 for ( ; it1!=it2; ++it1) text << " " << (*it1);
115
117}
std::string whoami(void) const
◆ print()
| void TileTTL1::print |
( |
void | | ) |
const |
Definition at line 89 of file TileTTL1.cxx.
90{
91 std::cout << (std::string) (*this) << std::endl;
92}
◆ samples()
| const std::vector< double > TileTTL1::samples |
( |
| ) |
const |
Definition at line 83 of file TileTTL1.cxx.
83 {
86 return dTTL1digits;
87}
◆ TTL1_ID()
◆ whoami()
| std::string TileTTL1::whoami |
( |
void | | ) |
const |
|
inline |
◆ m_ID
◆ m_TTL1digits
| std::vector<float> TileTTL1::m_TTL1digits |
|
private |
The documentation for this class was generated from the following files: