LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Functions to add associated data to a collection proxy. More...
#include "lardata/RecoBaseProxy/ProxyBase/AssociatedDataProxyMaker.h"
#include "lardata/RecoBaseProxy/ProxyBase/WithAssociatedStructBase.h"
#include <tuple>
#include <utility>
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. | |
proxy::details | |
Typedefs | |
template<typename Aux , typename Metadata , typename ArgTuple , typename AuxTag = Aux> | |
using | proxy::details::WithAssociatedStruct = WithAssociatedStructBase< Aux, Metadata, ArgTuple, AssociatedDataProxyMakerWrapper< Aux, Metadata, AuxTag >::template maker_t, AuxTag > |
Functions | |
One-to-many sequential associations | |
These functions allow to merge into a data collection proxy auxiliary data via an art association fulfilling the one-to-many sequential association requirement. Two categories of functions are available depending on the data source:
Variants of Also, variants are available to customize the tag class. The implementation of this feature is documented in its own doxygen module. | |
template<typename Aux , typename Metadata , typename AuxTag , typename... Args> | |
auto | proxy::withAssociatedMetaAs (Args &&...args) |
Helper function to merge associated data with metadata. More... | |
template<typename Aux , typename AuxTag , typename... Args> | |
auto | proxy::withAssociatedAs (Args &&...args) |
Helper function to merge associated data with no metadata. More... | |
template<typename Aux , typename Metadata , typename... Args> | |
auto | proxy::withAssociatedMeta (Args &&...args) |
Helper function to merge associated data. More... | |
template<typename Aux , typename... Args> | |
auto | proxy::withAssociated (Args &&...args) |
Helper function to merge associated data with no metadata. More... | |
template<typename AuxTag , typename Assns > | |
auto | proxy::wrapAssociatedAs (Assns const &assns) |
Helper function to merge associated data from a given association. More... | |
template<typename Assns > | |
auto | proxy::wrapAssociated (Assns const &assns) |
Helper function to merge associated data from a given association. More... | |
template<typename AuxTag , typename Assns > | |
auto | proxy::wrapAssociated (Assns const &assns) |
Helper function to merge associated data from a given association. More... | |
Functions to add associated data to a collection proxy.
This library is header-only. It provides two classes of functions:
proxy::withAssociated()
: reads and parses an association from the eventproxy::wrapAssociated()
: parses an already existing association object Definition in file withAssociated.h.