ATLAS Offline Software
|
#include <ResolvedCollection.h>
Public Types | |
enum | SubsetState { SubSet = 0, SuperSet = 1, Different = 2 } |
typedef std::vector< Data > | DataVec |
Public Member Functions | |
const DataVec & | data () const |
DataVec & | data () |
void | clear () |
void | set (DataVec &data) |
bool | insert (const Data &data) |
Private Attributes | |
std::vector< Data > | m_data {} |
Definition at line 13 of file ResolvedCollection.h.
typedef std::vector<Data> TrkDriftCircleMath::ResolvedCollection< Data, IsSubset >::DataVec |
Definition at line 15 of file ResolvedCollection.h.
enum TrkDriftCircleMath::ResolvedCollection::SubsetState |
Enumerator | |
---|---|
SubSet | |
SuperSet | |
Different |
Definition at line 16 of file ResolvedCollection.h.
|
inline |
Definition at line 22 of file ResolvedCollection.h.
|
inline |
Definition at line 20 of file ResolvedCollection.h.
|
inline |
Definition at line 19 of file ResolvedCollection.h.
|
inline |
Definition at line 26 of file ResolvedCollection.h.
|
inline |
Definition at line 24 of file ResolvedCollection.h.
|
private |
Definition at line 76 of file ResolvedCollection.h.