![]() |
ATLAS Offline Software
|
#include <TileMuonReceiverObj.h>
Public Member Functions | |
| 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 | |
Private Attributes | |
| int | m_id |
| std::vector< bool > | m_TileMuRcvDecision |
| std::vector< float > | m_TileMuRcvThresholds |
| std::vector< float > | m_TileMuRcvEne |
| std::vector< float > | m_TileMuRcvTime |
Definition at line 28 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 40 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 42 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 44 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 50 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 56 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 63 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 72 of file TileMuonReceiverObj.h.
|
default |
|
default |
|
inlinevirtual |
Definition at line 92 of file TileMuonReceiverObj.h.
| void TileMuonReceiverObj::clear | ( | void | ) |
Definition at line 52 of file TileMuonReceiverObj.cxx.
|
inline |
Definition at line 114 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 116 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 110 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 115 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 117 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 112 of file TileMuonReceiverObj.h.
| TileMuonReceiverObj::operator std::string | ( | ) | const |
Definition at line 34 of file TileMuonReceiverObj.cxx.
|
default |
|
default |
| void TileMuonReceiverObj::print | ( | void | ) | const |
Definition at line 30 of file TileMuonReceiverObj.cxx.
|
inline |
Definition at line 96 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 102 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 105 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 99 of file TileMuonReceiverObj.h.
|
inline |
Definition at line 121 of file TileMuonReceiverObj.h.
|
private |
Definition at line 131 of file TileMuonReceiverObj.h.
|
private |
Definition at line 132 of file TileMuonReceiverObj.h.
|
private |
Definition at line 134 of file TileMuonReceiverObj.h.
|
private |
Definition at line 133 of file TileMuonReceiverObj.h.
|
private |
Definition at line 135 of file TileMuonReceiverObj.h.