LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
makeParallelDataFrom.h File Reference

Helper functions to create proxy::ParallelData objects. More...

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)
 

Detailed Description

Helper functions to create proxy::ParallelData objects.

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

This library is header-only.

Definition in file makeParallelDataFrom.h.