![]() |
ATLAS Offline Software
|
#include <TrackClusterAssValidationUtils.h>
Public Member Functions | |
| PartPropCache () | |
| default c'tor | |
| PartPropCache (const PartPropCache &)=default | |
| copy c'tor defaulted | |
| PartPropCache (int uidCharge, int rapidity) | |
| c'tor | |
| ~PartPropCache ()=default | |
| destructor does nothing | |
| PartPropCache & | operator= (const PartPropCache &)=default |
| assignment defaulted | |
| int | id () const |
| getters | |
| int | charge () const |
| int | rapidity () const |
Protected Attributes | |
| int | m_uidCharge {} |
| int | m_rapidity {} |
Definition at line 14 of file TrackClusterAssValidationUtils.h.
|
inline |
|
default |
copy c'tor defaulted
|
inline |
c'tor
Definition at line 44 of file TrackClusterAssValidationUtils.h.
|
default |
destructor does nothing
|
inline |
Definition at line 32 of file TrackClusterAssValidationUtils.h.
|
inline |
|
default |
assignment defaulted
|
inline |
Definition at line 33 of file TrackClusterAssValidationUtils.h.
|
protected |
Definition at line 37 of file TrackClusterAssValidationUtils.h.
|
protected |
Definition at line 36 of file TrackClusterAssValidationUtils.h.