LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
detinfo::details::ClockForImpl< TimeScale, typename > Struct Template Reference

#include "DetectorTimings.h"

Static Public Member Functions

static detinfo::ElecClock const & get (DetectorTimings const *)
 

Detailed Description

template<typename TimeScale, typename = void>
struct detinfo::details::ClockForImpl< TimeScale, typename >

Definition at line 911 of file DetectorTimings.h.

Member Function Documentation

template<typename TimeScale, typename = void>
static detinfo::ElecClock const& detinfo::details::ClockForImpl< TimeScale, typename >::get ( DetectorTimings const *  )
inlinestatic

Definition at line 913 of file DetectorTimings.h.

Referenced by detinfo::DetectorTimings::ClockFor().

914  {
915  static_assert(util::always_false_v<TimeScale>,
916  "Electronics clock not defined for this time scale.");
917  throw false;
918  }

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