|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <VDColdboxChannelMapService.hpp>
Classes | |
| struct | VDCBChanInfo |
Public Member Functions | |
| VDColdboxChannelMapService (std::string mapfile) | |
| VDCBChanInfo | getChanInfoFromOfflChan (int offlchan) |
| int | getOfflChanFromWIBConnectorInfo (int wib, int wibconnector, int cechan) |
| int | getOfflChanFromSlotFiberChan (int slot, int fiber, int chan) |
Private Attributes | |
| std::unordered_map< int, VDCBChanInfo > | chantoinfomap |
| std::unordered_map< int, std::unordered_map< int, std::unordered_map< int, int > > > | infotochanmap |
Definition at line 19 of file VDColdboxChannelMapService.hpp.
| dunedaq::detchannelmaps::VDColdboxChannelMapService::VDColdboxChannelMapService | ( | std::string | mapfile | ) |
Definition at line 18 of file VDColdboxChannelMapService.cpp.
| VDColdboxChannelMapService::VDCBChanInfo dunedaq::detchannelmaps::VDColdboxChannelMapService::getChanInfoFromOfflChan | ( | int | offlchan | ) |
| int dunedaq::detchannelmaps::VDColdboxChannelMapService::getOfflChanFromSlotFiberChan | ( | int | slot, |
| int | fiber, | ||
| int | chan ) |
Definition at line 104 of file VDColdboxChannelMapService.cpp.
| int dunedaq::detchannelmaps::VDColdboxChannelMapService::getOfflChanFromWIBConnectorInfo | ( | int | wib, |
| int | wibconnector, | ||
| int | cechan ) |
Definition at line 79 of file VDColdboxChannelMapService.cpp.
|
private |
Definition at line 60 of file VDColdboxChannelMapService.hpp.
|
private |
Definition at line 64 of file VDColdboxChannelMapService.hpp.