ATLAS Offline Software
|
#include <PrepRawDataAssociation.h>
Public Member Functions | |
PrepRawDataAssociation ()=default | |
PrepRawDataAssociation (const PrepRawDataAssociation &)=default | |
PrepRawDataAssociation (PrepRawDataAssociation &&) noexcept=delete | |
PrepRawDataAssociation & | operator= (const PrepRawDataAssociation &)=default |
PrepRawDataAssociation & | operator= (PrepRawDataAssociation &&) noexcept=delete |
~PrepRawDataAssociation ()=default | |
std::pair< typename std::unordered_set< xAOD::DetectorIdentType >::iterator, bool > | markAsUsed (xAOD::DetectorIdentType id) |
bool | isUsed (xAOD::DetectorIdentType id) const |
std::size_t | size () const |
Private Attributes | |
std::unordered_set< xAOD::DetectorIdentType > | m_prds {} |
Definition at line 16 of file PrepRawDataAssociation.h.
|
default |
|
default |
|
deletenoexcept |
|
default |
|
inline |
Definition at line 26 of file PrepRawDataAssociation.h.
|
inline |
Definition at line 25 of file PrepRawDataAssociation.h.
|
default |
|
deletenoexcept |
|
inline |
Definition at line 27 of file PrepRawDataAssociation.h.
|
private |
Definition at line 30 of file PrepRawDataAssociation.h.