DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::detchannelmaps Namespace Reference

Namespaces

namespace  python

Classes

class  PD2HDChannelMapSPPluginBase
class  PdspChannelMapService
class  VDColdboxChannelMapService

Functions

unsigned int bad ()

Function Documentation

◆ bad()

unsigned int dunedaq::detchannelmaps::bad ( )

Definition at line 32 of file PdspChannelMapService.cpp.

33{
34 unsigned int val = std::numeric_limits<unsigned int>::max();
35 return val;
36}