LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
readout::details Namespace Reference

Typedefs

template<std::size_t Index, typename ID >
using AbsIDtype = geo::details::AbsIDtype< Index, ID >
 

Functions

template<typename T >
std::string writeToString (T const &value)
 
template<std::size_t Index, typename ID >
constexpr auto getAbsIDindex (ID const &id)
 
template<std::size_t Index, typename ID >
auto & getAbsIDindex (ID &id)
 

Typedef Documentation

template<std::size_t Index, typename ID >
using readout::details::AbsIDtype = typedef geo::details::AbsIDtype<Index, ID>

Definition at line 28 of file readout_types.h.

Function Documentation

template<std::size_t Index, typename ID >
constexpr auto readout::details::getAbsIDindex ( ID const &  id)
inline

Definition at line 31 of file readout_types.h.

32  {
33  return geo::details::getAbsIDindex<Index, ID>(id);
34  }
template<std::size_t Index, typename ID >
auto& readout::details::getAbsIDindex ( ID &  id)
inline

Definition at line 37 of file readout_types.h.

38  {
39  return geo::details::getAbsIDindex<Index, ID>(id);
40  }
template<typename T >
std::string readout::details::writeToString ( T const &  value)
inline

Definition at line 22 of file readout_types.h.

References geo::details::writeToString().

Referenced by readout::TPCsetID::first(), and readout::ROPID::first().

23  {
25  }
std::string writeToString(T const &value)
Write the argument into a string.
Definition: geo_types.h:627
double value
Definition: spectrum.C:18