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

#include "MixFilter.h"

Public Member Functions

void operator() (T &t, EventIDSequence const &seq)
 

Detailed Description

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

Definition at line 311 of file MixFilter.h.

Member Function Documentation

template<typename T >
void art::detail::call_processEventIDs< T >::operator() ( T &  t,
EventIDSequence const &  seq 
)
inline

Definition at line 313 of file MixFilter.h.

314  {
315  t.processEventIDs(seq);
316  }

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