Static Public Member Functions | List of all members
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 992 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 994 of file DetectorTimings.h.

995  {
996  static_assert(util::always_false_v<TimeScale>,
997  "Electronics clock not defined for this time scale.");
998  throw false;
999  }

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