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

#include "MixFilter.h"

Public Member Functions

 do_not_call_startEvent (Event const &)
 
void operator() (T &t)
 

Detailed Description

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

Definition at line 200 of file MixFilter.h.

Constructor & Destructor Documentation

template<typename T >
art::detail::do_not_call_startEvent< T >::do_not_call_startEvent ( Event const &  )
inline

Definition at line 202 of file MixFilter.h.

202 {}

Member Function Documentation

template<typename T >
void art::detail::do_not_call_startEvent< T >::operator() ( T &  t)
inline

Definition at line 204 of file MixFilter.h.

References fhicl::detail::atom::value().

205  {
207  do_call_old_startEvent<T>,
208  do_not_call_old_startEvent<T>>
209  maybe_call_old_startEvent;
210  maybe_call_old_startEvent(t);
211  }
std::string value(boost::any const &)

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