LArSoft  v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
testing::details::ProviderPackFiller< TestEnv, Pack, Prov, Others... > Struct Template Reference

Helper to fill a provider pack: main specialisation. More...

#include "unit_test_base.h"

Static Public Member Functions

static void fill (TestEnv const &env, Pack &pack)
 

Detailed Description

template<typename TestEnv, typename Pack, typename Prov, typename... Others>
struct testing::details::ProviderPackFiller< TestEnv, Pack, Prov, Others... >

Helper to fill a provider pack: main specialisation.

Definition at line 1006 of file unit_test_base.h.

Member Function Documentation

template<typename TestEnv , typename Pack , typename Prov , typename... Others>
static void testing::details::ProviderPackFiller< TestEnv, Pack, Prov, Others... >::fill ( TestEnv const &  env,
Pack &  pack 
)
inlinestatic

Definition at line 1007 of file unit_test_base.h.

References trkf::fill().

1008  {
1009  pack.set(env.template Provider<Prov>());
1011  } // fill()
void fill(const art::PtrVector< recob::Hit > &hits, int only_plane)

The documentation for this struct was generated from the following file: