LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
geo::details::ToReadoutGeometryElement Class Reference

#include "ToGeometryElement.h"

Public Member Functions

 ToReadoutGeometryElement (WireReadoutGeom const *wireReadoutGeom)
 
template<typename T , typename Iterator >
auto transform (Iterator const &iterator) const
 

Private Attributes

WireReadoutGeom const * fWireReadoutGeom
 

Detailed Description

Definition at line 22 of file ToGeometryElement.h.

Constructor & Destructor Documentation

geo::details::ToReadoutGeometryElement::ToReadoutGeometryElement ( WireReadoutGeom const *  wireReadoutGeom)
inlineexplicit

Definition at line 24 of file ToGeometryElement.h.

25  : fWireReadoutGeom{wireReadoutGeom}
26  {}
WireReadoutGeom const * fWireReadoutGeom

Member Function Documentation

template<typename T , typename Iterator >
auto geo::details::ToReadoutGeometryElement::transform ( Iterator const &  iterator) const
inline

Definition at line 29 of file ToGeometryElement.h.

30  {
31  return geometry_element_iterator<WireReadoutGeom, T, Iterator>{fWireReadoutGeom, iterator};
32  }
WireReadoutGeom const * fWireReadoutGeom

Member Data Documentation

WireReadoutGeom const* geo::details::ToReadoutGeometryElement::fWireReadoutGeom
private

Definition at line 35 of file ToGeometryElement.h.


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