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

#include "MixFilter.h"

Public Member Functions

void operator() (T &t, Event &e)
 

Detailed Description

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

Definition at line 382 of file MixFilter.h.

Member Function Documentation

template<typename T >
void art::detail::call_finalizeEvent< T >::operator() ( T &  t,
Event e 
)
inline

Definition at line 384 of file MixFilter.h.

385  {
386  t.finalizeEvent(e);
387  }
Float_t e
Definition: plot.C:34

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