#include <TileTTL1.h>
Definition at line 26 of file TileTTL1.h.
◆ TileTTL1() [1/4]
◆ TileTTL1() [2/4]
Definition at line 48 of file TileTTL1.cxx.
55 std::vector<double>::const_iterator
it1=digits.begin();
56 std::vector<double>::const_iterator it2=digits.end();
◆ TileTTL1() [3/4]
◆ 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.
100 if (s_cabling->getTileTBID()->is_tiletb(
m_ID)) {
101 text <<
"MBTS Id = " << s_cabling->getTileTBID()->to_string(
m_ID);
103 text <<
" Id = " << s_cabling->getCaloLVL1_ID()->show_to_string(
m_ID);
107 text << std::setiosflags( std::ios::fixed );
108 text << std::setiosflags( std::ios::showpoint );
109 text << std::setprecision(2);
112 std::vector<float>::const_iterator it2=
m_TTL1digits.end();
◆ print()
void TileTTL1::print |
( |
void |
| ) |
const |
Definition at line 89 of file TileTTL1.cxx.
91 std::cout << (std::string) (*
this) << std::endl;
◆ samples()
const std::vector< double > TileTTL1::samples |
( |
| ) |
const |
◆ TTL1_ID()
◆ whoami()
std::string TileTTL1::whoami |
( |
void |
| ) |
const |
|
inline |
Definition at line 58 of file TileTTL1.h.
58 {
return "TileTTL1"; }
◆ m_ID
◆ m_TTL1digits
std::vector<float> TileTTL1::m_TTL1digits |
|
private |
The documentation for this class was generated from the following files: