#include <TileMuonReceiverObj.h>
|
| | TileMuonReceiverObj () |
| | TileMuonReceiverObj (int id) |
| | TileMuonReceiverObj (int id, const std::vector< bool > &decision) |
| | TileMuonReceiverObj (int id, const std::vector< float > &thresholds) |
| | TileMuonReceiverObj (int id, const std::vector< float > &ene, const std::vector< float > &time) |
| | TileMuonReceiverObj (int id, const std::vector< float > &ene, const std::vector< float > &time, const std::vector< bool > &decision) |
| | TileMuonReceiverObj (int id, std::vector< float > &&ene, std::vector< float > &&time, std::vector< bool > &&decision, std::vector< float > &&thresholds) |
| | TileMuonReceiverObj (const TileMuonReceiverObj &)=default |
| TileMuonReceiverObj & | operator= (const TileMuonReceiverObj &)=default |
| | TileMuonReceiverObj (TileMuonReceiverObj &&)=default |
| TileMuonReceiverObj & | operator= (TileMuonReceiverObj &&)=default |
| virtual | ~TileMuonReceiverObj () |
| void | Set (int id, const std::vector< bool > &decision) |
| void | Set (int id, const std::vector< float > &thresholds) |
| void | Set (int id, const std::vector< float > &ene, const std::vector< float > &time) |
| void | Set (int id, const std::vector< float > &ene, const std::vector< float > &time, const std::vector< bool > &decision) |
| int | GetID () const |
| int | identify (void) const |
| const std::vector< bool > & | GetDecision () const |
| const std::vector< float > & | GetThresholds () const |
| const std::vector< float > & | GetEne () const |
| const std::vector< float > & | GetTime () const |
| std::string | whoami (void) const |
| void | print (void) const |
| void | clear (void) |
| | operator std::string () const |
Definition at line 28 of file TileMuonReceiverObj.h.
◆ TileMuonReceiverObj() [1/9]
| TileMuonReceiverObj::TileMuonReceiverObj |
( |
| ) |
|
|
inline |
Definition at line 40 of file TileMuonReceiverObj.h.
std::vector< float > m_TileMuRcvTime
std::vector< float > m_TileMuRcvThresholds
std::vector< float > m_TileMuRcvEne
std::vector< bool > m_TileMuRcvDecision
◆ TileMuonReceiverObj() [2/9]
| TileMuonReceiverObj::TileMuonReceiverObj |
( |
int | id | ) |
|
|
inline |
◆ TileMuonReceiverObj() [3/9]
| TileMuonReceiverObj::TileMuonReceiverObj |
( |
int | id, |
|
|
const std::vector< bool > & | decision ) |
|
inline |
◆ TileMuonReceiverObj() [4/9]
| TileMuonReceiverObj::TileMuonReceiverObj |
( |
int | id, |
|
|
const std::vector< float > & | thresholds ) |
|
inline |
◆ TileMuonReceiverObj() [5/9]
| TileMuonReceiverObj::TileMuonReceiverObj |
( |
int | id, |
|
|
const std::vector< float > & | ene, |
|
|
const std::vector< float > & | time ) |
|
inline |
◆ TileMuonReceiverObj() [6/9]
| TileMuonReceiverObj::TileMuonReceiverObj |
( |
int | id, |
|
|
const std::vector< float > & | ene, |
|
|
const std::vector< float > & | time, |
|
|
const std::vector< bool > & | decision ) |
|
inline |
◆ TileMuonReceiverObj() [7/9]
| TileMuonReceiverObj::TileMuonReceiverObj |
( |
int | id, |
|
|
std::vector< float > && | ene, |
|
|
std::vector< float > && | time, |
|
|
std::vector< bool > && | decision, |
|
|
std::vector< float > && | thresholds ) |
|
inline |
◆ TileMuonReceiverObj() [8/9]
◆ TileMuonReceiverObj() [9/9]
◆ ~TileMuonReceiverObj()
| virtual TileMuonReceiverObj::~TileMuonReceiverObj |
( |
| ) |
|
|
inlinevirtual |
◆ clear()
| void TileMuonReceiverObj::clear |
( |
void | | ) |
|
◆ GetDecision()
| const std::vector< bool > & TileMuonReceiverObj::GetDecision |
( |
| ) |
const |
|
inline |
◆ GetEne()
| const std::vector< float > & TileMuonReceiverObj::GetEne |
( |
| ) |
const |
|
inline |
◆ GetID()
| int TileMuonReceiverObj::GetID |
( |
| ) |
const |
|
inline |
◆ GetThresholds()
| const std::vector< float > & TileMuonReceiverObj::GetThresholds |
( |
| ) |
const |
|
inline |
◆ GetTime()
| const std::vector< float > & TileMuonReceiverObj::GetTime |
( |
| ) |
const |
|
inline |
◆ identify()
| int TileMuonReceiverObj::identify |
( |
void | | ) |
const |
|
inline |
◆ operator std::string()
| TileMuonReceiverObj::operator std::string |
( |
| ) |
const |
Definition at line 34 of file TileMuonReceiverObj.cxx.
35 {
36 std::ostringstream
text(std::ostringstream::out);
39
40 text <<
" Tile decision (4-bit word) ";
42 text <<
" Thres d6H d6L d56H d56L ";
44 text <<
" e(d6) e(d5+d6) ";
46 text <<
" t(d6) t(d5+d6/2.) ";
48
50 }
std::string whoami(void) const
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ print()
| void TileMuonReceiverObj::print |
( |
void | | ) |
const |
◆ Set() [1/4]
| void TileMuonReceiverObj::Set |
( |
int | id, |
|
|
const std::vector< bool > & | decision ) |
|
inline |
◆ Set() [2/4]
| void TileMuonReceiverObj::Set |
( |
int | id, |
|
|
const std::vector< float > & | ene, |
|
|
const std::vector< float > & | time ) |
|
inline |
◆ Set() [3/4]
| void TileMuonReceiverObj::Set |
( |
int | id, |
|
|
const std::vector< float > & | ene, |
|
|
const std::vector< float > & | time, |
|
|
const std::vector< bool > & | decision ) |
|
inline |
◆ Set() [4/4]
| void TileMuonReceiverObj::Set |
( |
int | id, |
|
|
const std::vector< float > & | thresholds ) |
|
inline |
◆ whoami()
| std::string TileMuonReceiverObj::whoami |
( |
void | | ) |
const |
|
inline |
◆ m_id
| int TileMuonReceiverObj::m_id |
|
private |
◆ m_TileMuRcvDecision
| std::vector<bool> TileMuonReceiverObj::m_TileMuRcvDecision |
|
private |
◆ m_TileMuRcvEne
| std::vector<float> TileMuonReceiverObj::m_TileMuRcvEne |
|
private |
◆ m_TileMuRcvThresholds
| std::vector<float> TileMuonReceiverObj::m_TileMuRcvThresholds |
|
private |
◆ m_TileMuRcvTime
| std::vector<float> TileMuonReceiverObj::m_TileMuRcvTime |
|
private |
The documentation for this class was generated from the following files: