Class podio::ROOTFrameData
-
class ROOTFrameData
Public Types
-
using BufferMap = std::unordered_map<std::string, podio::CollectionReadBuffers>
Public Functions
-
ROOTFrameData() = delete
-
~ROOTFrameData()
-
ROOTFrameData(ROOTFrameData&&) = default
-
ROOTFrameData &operator=(ROOTFrameData&&) = default
-
ROOTFrameData(const ROOTFrameData&) = delete
-
ROOTFrameData &operator=(const ROOTFrameData&) = delete
-
ROOTFrameData(BufferMap &&buffers, CollIDPtr &&idTable, podio::GenericParameters &¶ms)
-
std::optional<podio::CollectionReadBuffers> getCollectionBuffers(const std::string &name)
-
podio::CollectionIDTable getIDTable() const
-
std::unique_ptr<podio::GenericParameters> getParameters()
-
std::vector<std::string> getAvailableCollections() const
-
using BufferMap = std::unordered_map<std::string, podio::CollectionReadBuffers>