![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
struct | columnar::ContainerId::eventInfo |
Namespaces | |
columnar | |
columnar::ContainerId | |
a namespace for holding the ids for the different "virtual" containers | |
Typedefs | |
using | columnar::EventInfoRange = ObjectRange< ContainerId::eventInfo > |
using | columnar::EventInfoId = ObjectId< ContainerId::eventInfo > |
using | columnar::OptEventInfoId = OptObjectId< ContainerId::eventInfo > |
template<typename CT , typename CM = ColumnarModeDefault> | |
using | columnar::EventInfoAccessor = AccessorTemplate< ContainerId::eventInfo, CT, ColumnAccessMode::input, CM > |
template<typename CT , typename CM = ColumnarModeDefault> | |
using | columnar::EventInfoDecorator = AccessorTemplate< ContainerId::eventInfo, CT, ColumnAccessMode::output, CM > |