LArSoft  v09_90_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 1038 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 1039 of file unit_test_base.h.

References trkf::fill().

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

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