Namespaces | Functions
withCollectionProxy.h File Reference

Creation of a collection proxy as auxiliary data for another proxy. More...

#include "lardata/RecoBaseProxy/ProxyBase/WithProxyAsAuxStructBase.h"
#include "canvas/Utilities/InputTag.h"
#include <tuple>
#include <utility>
#include <type_traits>

Go to the source code of this file.

Namespaces

 proxy
 

Functions

template<typename AuxProxy , typename AuxTag , typename... Args>
auto proxy::withCollectionProxyAs (Args &&...args)
 
template<typename AuxProxy , typename... Args>
auto proxy::withCollectionProxy (Args &&...args)
 Helper function to merge an auxiliary proxy into the proxy. More...
 

Detailed Description

Creation of a collection proxy as auxiliary data for another proxy.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
July 27, 2017
See also
lardata/RecoBaseProxy/ProxyBase.h

This library is header-only.

Definition in file withCollectionProxy.h.