![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "AuxDetReadoutGeom.h"
Public Attributes | |
std::map< std::size_t, std::string > | ADGeoToName |
map the AuxDetGeo index to the name More... | |
std::map< std::string, std::size_t > | NameToADGeo |
map the names to the AuxDetGeo index More... | |
std::map< std::size_t, std::vector< chanAndSV > > | ADGeoToChannelAndSV |
Definition at line 24 of file AuxDetReadoutGeom.h.
std::map<std::size_t, std::vector<chanAndSV> > geo::AuxDetReadoutInitializers::ADGeoToChannelAndSV |
map the AuxDetGeo index to a vector of pairs corresponding to the channel and AuxDetSensitiveGeo index
Definition at line 28 of file AuxDetReadoutGeom.h.
std::map<std::size_t, std::string> geo::AuxDetReadoutInitializers::ADGeoToName |
map the AuxDetGeo index to the name
Definition at line 25 of file AuxDetReadoutGeom.h.
Referenced by geo::AuxDetReadoutGeom::AuxDetReadoutGeom().
std::map<std::string, std::size_t> geo::AuxDetReadoutInitializers::NameToADGeo |
map the names to the AuxDetGeo index
Definition at line 26 of file AuxDetReadoutGeom.h.