LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar::to_element_t Struct Reference

#include "ToElement.h"

Public Member Functions

template<typename T >
T const & operator() (art::Ptr< T > const &ptr) const
 

Detailed Description

Definition at line 17 of file ToElement.h.

Member Function Documentation

template<typename T >
T const& lar::to_element_t::operator() ( art::Ptr< T > const &  ptr) const
inline

Definition at line 19 of file ToElement.h.

20  {
21  return *ptr;
22  }

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