All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
icarus::trigger::MoreThanOneChannelError Struct Reference

More than one channel associated to the readout gate. More...

#include <ReadoutTriggerGate.h>

Inheritance diagram for icarus::trigger::MoreThanOneChannelError:
icarus::trigger::ReadoutTriggerGateError

Public Member Functions

 MoreThanOneChannelError (std::string msg, std::size_t nChannels)
 

Public Attributes

std::size_t nChannels
 Number of channels. More...
 

Detailed Description

More than one channel associated to the readout gate.

Definition at line 62 of file ReadoutTriggerGate.h.

Constructor & Destructor Documentation

icarus::trigger::MoreThanOneChannelError::MoreThanOneChannelError ( std::string  msg,
std::size_t  nChannels 
)
inline

Definition at line 63 of file ReadoutTriggerGate.h.

64  : ReadoutTriggerGateError(std::move(msg)), nChannels(nChannels) {}
std::size_t nChannels
Number of channels.

Member Data Documentation

std::size_t icarus::trigger::MoreThanOneChannelError::nChannels

Number of channels.

Definition at line 67 of file ReadoutTriggerGate.h.


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