|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <PD2HDChannelMapSP.h>
Classes | |
| struct | HDChanInfo |
Public Types | |
| typedef struct dune::PD2HDChannelMapSP::HDChanInfo | HDChanInfo_t |
Public Member Functions | |
| PD2HDChannelMapSP () | |
| void | ReadMapFromFile (std::string &fullname) |
| HDChanInfo_t | GetChanInfoFromWIBElements (unsigned int crate, unsigned int slot, unsigned int link, unsigned int wibframechan) const |
| HDChanInfo_t | GetChanInfoFromOfflChan (unsigned int offlchan) const |
Private Member Functions | |
| void | check_offline_channel (unsigned int offlineChannel) const |
Private Attributes | |
| const unsigned int | fNChans = 2560*4 |
| std::unordered_map< unsigned int, std::unordered_map< unsigned int, std::unordered_map< unsigned int, std::unordered_map< unsigned int, HDChanInfo_t > > > > | DetToChanInfo |
| std::unordered_map< unsigned int, HDChanInfo_t > | OfflToChanInfo |
Definition at line 23 of file PD2HDChannelMapSP.h.
| dune::PD2HDChannelMapSP::PD2HDChannelMapSP | ( | ) |
Definition at line 18 of file PD2HDChannelMapSP.cpp.
|
inlineprivate |
Definition at line 81 of file PD2HDChannelMapSP.h.
| dune::PD2HDChannelMapSP::HDChanInfo_t dune::PD2HDChannelMapSP::GetChanInfoFromOfflChan | ( | unsigned int | offlchan | ) | const |
Definition at line 100 of file PD2HDChannelMapSP.cpp.
| dune::PD2HDChannelMapSP::HDChanInfo_t dune::PD2HDChannelMapSP::GetChanInfoFromWIBElements | ( | unsigned int | crate, |
| unsigned int | slot, | ||
| unsigned int | link, | ||
| unsigned int | wibframechan ) const |
Definition at line 60 of file PD2HDChannelMapSP.cpp.
| void dune::PD2HDChannelMapSP::ReadMapFromFile | ( | std::string & | fullname | ) |
Definition at line 22 of file PD2HDChannelMapSP.cpp.
|
private |
Definition at line 73 of file PD2HDChannelMapSP.h.
|
private |
Definition at line 65 of file PD2HDChannelMapSP.h.
|
private |
Definition at line 77 of file PD2HDChannelMapSP.h.