#include <Wrapper.h>
Public Member Functions | |
void | operator() (T const &, ProductID const &, std::vector< void const * > &, helper_vector_ptr &) const |
void edm::DoNotFillView< T >::operator() | ( | T const & | , |
ProductID const & | , | ||
std::vector< void const * > & | , | ||
helper_vector_ptr & | |||
) | const [inline] |
Definition at line 103 of file Wrapper.h.
References mergeVDriftHistosByStation::name, edm::errors::ProductDoesNotSupportViews, and edm::Exception::throwThis().
{ Exception::throwThis(errors::ProductDoesNotSupportViews, "The product type ", typeid(T).name(), "\ndoes not support Views\n"); }