11 #ifndef LARDATA_RECOBASEPROXY_PROXYBASE_GETCOLLECTION_H
12 #define LARDATA_RECOBASEPROXY_PROXYBASE_GETCOLLECTION_H
81 template <
typename CollProxy,
typename Event,
typename... OptionalArgs>
85 (event, std::forward<OptionalArgs>(optionalArgs)...);
95 #endif // LARDATA_RECOBASEPROXY_PROXYBASE_GETCOLLECTION_H
Infrastructure for the creation of a collection proxy.
static auto make(Event const &event, art::InputTag const &tag, WithArgs &&...withArgs)
Creates and returns a collection proxy based on CollProxy and with the requested associated data...
auto getCollection(Event const &event, OptionalArgs &&...optionalArgs)
Creates a proxy to a data product collection.