#include <ProtoduneChannelHelper.h>
Public Types | |
using | Index = unsigned int |
using | Name = std::string |
Public Member Functions | |
ProtoduneChannelHelper (bool isOff) | |
bool | isOffline () const |
Index | tpcSet (Index chan) const |
Index | apa (Index chan) const |
Index | femb (Index chan) const |
Index | asic (Index chan) const |
Index | asicChannel (Index chan) const |
Name | asicChannelName (Index icha) const |
Static Public Member Functions | |
static Index | badIndex () |
static Index | tpcSet (Index chan, bool isOff) |
static Index | apa (Index chan, bool isOff) |
static Index | femb (Index chan, bool isOff) |
static Index | asic (Index chan, bool isOff) |
static Index | asicChannel (Index chan, bool isOff) |
static Index | onlineChannel (Index chanOff, Index dbg=0) |
Private Attributes | |
bool | m_isOff |
Definition at line 13 of file ProtoduneChannelHelper.h.
using ProtoduneChannelHelper::Index = unsigned int |
Definition at line 17 of file ProtoduneChannelHelper.h.
Definition at line 18 of file ProtoduneChannelHelper.h.
ProtoduneChannelHelper::ProtoduneChannelHelper | ( | bool | isOff | ) |
Definition at line 255 of file ProtoduneChannelHelper.cxx.
Definition at line 26 of file ProtoduneChannelHelper.cxx.
Definition at line 40 of file ProtoduneChannelHelper.h.
Definition at line 41 of file ProtoduneChannelHelper.cxx.
Definition at line 42 of file ProtoduneChannelHelper.h.
Definition at line 48 of file ProtoduneChannelHelper.cxx.
Definition at line 43 of file ProtoduneChannelHelper.h.
Definition at line 260 of file ProtoduneChannelHelper.cxx.
|
inlinestatic |
Definition at line 20 of file ProtoduneChannelHelper.h.
Definition at line 34 of file ProtoduneChannelHelper.cxx.
Definition at line 41 of file ProtoduneChannelHelper.h.
|
inline |
Definition at line 36 of file ProtoduneChannelHelper.h.
Definition at line 55 of file ProtoduneChannelHelper.cxx.
Definition at line 20 of file ProtoduneChannelHelper.cxx.
Definition at line 39 of file ProtoduneChannelHelper.h.
|
private |
Definition at line 51 of file ProtoduneChannelHelper.h.