![]() |
ATLAS Offline Software
|
#include <MM_DigitToolOutput.h>
Public Member Functions | |
| MM_DigitToolOutput (bool hitWasEff, const std::vector< int > &strpos, const std::vector< float > &time, const std::vector< float > &charge, int strTrig, float strTimeTrig) | |
| ~MM_DigitToolOutput ()=default | |
| bool | hitWasEfficient () const |
| const std::vector< int > & | stripPos () const |
| const std::vector< float > & | stripTime () const |
| const std::vector< float > & | stripCharge () const |
| bool | isValid () const |
| int | stripForTrigger () const |
| float | stripTimeForTrigger () const |
| void | setStripForTrigger (int val) |
| void | setStripTimeForTrigger (float val) |
Private Attributes | |
| bool | m_hitWasEff {false} |
| std::vector< int > | m_strpos {} |
| std::vector< float > | m_time {} |
| std::vector< float > | m_charge {} |
| int | m_stripForTrigger {0} |
| float | m_stripTimeForTrigger {0.f} |
| bool | m_isValid {false} |
Definition at line 25 of file MM_DigitToolOutput.h.
|
inline |
Definition at line 27 of file MM_DigitToolOutput.h.
|
default |
|
inline |
Definition at line 42 of file MM_DigitToolOutput.h.
|
inline |
Definition at line 46 of file MM_DigitToolOutput.h.
|
inline |
Definition at line 50 of file MM_DigitToolOutput.h.
|
inline |
Definition at line 51 of file MM_DigitToolOutput.h.
|
inline |
Definition at line 45 of file MM_DigitToolOutput.h.
|
inline |
Definition at line 48 of file MM_DigitToolOutput.h.
|
inline |
Definition at line 43 of file MM_DigitToolOutput.h.
|
inline |
Definition at line 44 of file MM_DigitToolOutput.h.
|
inline |
Definition at line 49 of file MM_DigitToolOutput.h.
|
private |
Definition at line 57 of file MM_DigitToolOutput.h.
|
private |
Definition at line 54 of file MM_DigitToolOutput.h.
|
private |
Definition at line 60 of file MM_DigitToolOutput.h.
|
private |
Definition at line 58 of file MM_DigitToolOutput.h.
|
private |
Definition at line 59 of file MM_DigitToolOutput.h.
|
private |
Definition at line 55 of file MM_DigitToolOutput.h.
|
private |
Definition at line 56 of file MM_DigitToolOutput.h.