|
ATLAS Offline Software
|
Go to the documentation of this file.
22 #ifndef TILEEVENT_TILEMUONRECEIVEROBJ_H
23 #define TILEEVENT_TILEMUONRECEIVEROBJ_H
63 TileMuonReceiverObj(
int id,
const std::vector<float> &ene,
const std::vector<float> &
time,
const std::vector<bool> &decision)
73 std::vector<float>&& ene,
74 std::vector<float>&&
time,
75 std::vector<bool>&& decision,
76 std::vector<float>&& thresholds)
91 void Set(
int id,
const std::vector<bool> &decision)
94 void Set(
int id,
const std::vector<float> &thresholds)
97 void Set(
int id,
const std::vector<float> &ene,
const std::vector<float> &
time)
100 void Set(
int id,
const std::vector<float> &ene,
const std::vector<float> &
time,
const std::vector<bool> &decision)
116 std::string
whoami (
void)
const {
return "TileMuonReceiverObj"; }
118 void print(
void)
const;
122 operator std::string()
const;
void Set(int id, const std::vector< float > &thresholds)
std::vector< bool > m_TileMuRcvDecision
std::vector< float > m_TileMuRcvEne
void Set(int id, const std::vector< bool > &decision)
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)
std::string whoami(void) const
std::vector< float > m_TileMuRcvThresholds
TileMuonReceiverObj(int id, const std::vector< float > &ene, const std::vector< float > &time)
const std::vector< float > & GetTime() const
std::vector< float > m_TileMuRcvTime
const std::vector< bool > & GetDecision() const
const std::vector< float > & GetThresholds() const
void Set(int id, const std::vector< float > &ene, const std::vector< float > &time)
TileMuonReceiverObj(int id, const std::vector< float > &thresholds)
virtual ~TileMuonReceiverObj()
TileMuonReceiverObj(int id, const std::vector< bool > &decision)
TileMuonReceiverObj(int id)
def time(flags, cells_name, *args, **kw)
const std::vector< float > & GetEne() const
void Set(int id, const std::vector< float > &ene, const std::vector< float > &time, const std::vector< bool > &decision)