LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Helper functions to create proxy::ParallelData
objects.
More...
#include "larcorealg/CoreUtils/ContainerMeta.h"
#include "lardata/RecoBaseProxy/ProxyBase/ParallelData.h"
#include "canvas/Utilities/InputTag.h"
Go to the source code of this file.
Namespaces | |
proxy | |
Encloses LArSoft data product proxy objects and utilities.See this doxygen module for an introduction to data proxies in LArSoft. | |
Functions | |
template<typename AuxColl , typename Aux = util::collection_value_t<AuxColl>, typename Tag = Aux> | |
auto | proxy::makeParallelDataFrom (AuxColl const &data) |
Wraps a collection into a parallel data collection object. More... | |
template<typename AuxColl , typename Aux , typename Tag , typename Event > | |
auto | proxy::makeParallelDataFrom (Event const &event, art::InputTag const &tag) |
Creates and returns a parallel data collection object. More... | |
template<typename AuxColl , typename Aux , typename Event > | |
auto | proxy::makeParallelDataFrom (Event const &event, art::InputTag const &tag) |
template<typename AuxColl , typename Event > | |
auto | proxy::makeParallelDataFrom (Event const &event, art::InputTag const &tag) |
Helper functions to create proxy::ParallelData
objects.
This library is header-only.
Definition in file makeParallelDataFrom.h.