![]() |
ATLAS Offline Software
|
#include <MM_ElectronicsToolInput.h>
Public Member Functions | |
| MM_ElectronicsToolInput (const std::vector< int > &NumberOfStripsPos, const std::vector< std::vector< float > > &chipCharge, const std::vector< std::vector< float > > &chipTime, const std::vector< float > &stripThreshold, const Identifier digitID, const float kineticEnergy) | |
| MM_ElectronicsToolInput (const std::vector< int > &NumberOfStripsPos, const std::vector< std::vector< float > > &chipCharge, const std::vector< std::vector< float > > &chipTime, const Identifier digitID, const float kineticEnergy) | |
| ~MM_ElectronicsToolInput ()=default | |
| const std::vector< int > & | NumberOfStripsPos () const |
| const std::vector< std::vector< float > > & | chipCharge () const |
| const std::vector< std::vector< float > > & | chipTime () const |
| const std::vector< float > & | stripThreshold () const |
| const Identifier & | digitID () const |
| float | kineticEnergy () const |
Private Attributes | |
| std::vector< std::vector< float > > | m_chipCharge {} |
| std::vector< std::vector< float > > | m_chipTime {} |
| std::vector< int > | m_NumberOfStripsPos {} |
| std::vector< float > | m_stripThreshold {} |
| Identifier | m_digitID {0} |
| float | m_kineticEnergy {0.f} |
Definition at line 9 of file MM_ElectronicsToolInput.h.
|
inline |
Definition at line 11 of file MM_ElectronicsToolInput.h.
|
inline |
Definition at line 21 of file MM_ElectronicsToolInput.h.
|
default |
|
inline |
Definition at line 32 of file MM_ElectronicsToolInput.h.
|
inline |
Definition at line 33 of file MM_ElectronicsToolInput.h.
|
inline |
Definition at line 35 of file MM_ElectronicsToolInput.h.
|
inline |
Definition at line 36 of file MM_ElectronicsToolInput.h.
|
inline |
Definition at line 31 of file MM_ElectronicsToolInput.h.
|
inline |
Definition at line 34 of file MM_ElectronicsToolInput.h.
|
private |
Definition at line 39 of file MM_ElectronicsToolInput.h.
|
private |
Definition at line 40 of file MM_ElectronicsToolInput.h.
|
private |
Definition at line 43 of file MM_ElectronicsToolInput.h.
|
private |
Definition at line 44 of file MM_ElectronicsToolInput.h.
|
private |
Definition at line 41 of file MM_ElectronicsToolInput.h.
|
private |
Definition at line 42 of file MM_ElectronicsToolInput.h.