LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::detail::call_beginRun< T > Struct Template Reference

#include "MixFilter.h"

Public Member Functions

void operator() (T &t, Run const &r)
 

Detailed Description

template<typename T>
struct art::detail::call_beginRun< T >

Definition at line 475 of file MixFilter.h.

Member Function Documentation

template<typename T >
void art::detail::call_beginRun< T >::operator() ( T &  t,
Run const &  r 
)
inline

Definition at line 477 of file MixFilter.h.

478  {
479  t.beginRun(r);
480  }

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