PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
|
#include "podio/ObjectID.h"
#include <functional>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | podio::CollectionWriteBuffers |
struct | podio::CollectionReadBuffers |
Namespaces | |
namespace | podio |
Typedefs | |
template<typename T > | |
using | podio::UVecPtr = std::unique_ptr< std::vector< T > > |
using | podio::CollRefCollection = std::vector< UVecPtr< podio::ObjectID > > |
using | podio::VectorMembersInfo = std::vector< std::pair< std::string, void * > > |