#include <ObjectID.h>
|
static const int | untracked = -1 |
| not part of a collection
|
|
static const int | invalid = -2 |
| invalid or non-available object
|
|
Definition at line 6 of file ObjectID.h.
◆ operator==()
bool podio::ObjectID::operator== |
( |
const ObjectID & |
other | ) |
const |
|
inline |
index and collectionID uniquely defines the object. this operator is necessary for meaningful comparisons in python
Definition at line 21 of file ObjectID.h.
21 {
23 }
int index
index of object in collection
int collectionID
ID of the collection.
◆ collectionID
int podio::ObjectID::collectionID |
◆ index
int podio::ObjectID::index |
◆ invalid
const int podio::ObjectID::invalid = -2 |
|
static |
invalid or non-available object
Definition at line 17 of file ObjectID.h.
◆ untracked
const int podio::ObjectID::untracked = -1 |
|
static |
The documentation for this class was generated from the following file: