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

#include "MixFilter.h"

Public Member Functions

void operator() (T &t, SubRun &sr)
 

Detailed Description

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

Definition at line 444 of file MixFilter.h.

Member Function Documentation

template<typename T >
void art::detail::call_endSubRun< T >::operator() ( T &  t,
SubRun sr 
)
inline

Definition at line 446 of file MixFilter.h.

447  {
448  t.endSubRun(sr);
449  }

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