LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Data in the geometry description. More...
#include "GeometryCore.h"
Public Types | |
using | CryostatList_t = std::vector< geo::CryostatGeo > |
Type of list of cryostats. More... | |
using | AuxDetList_t = std::vector< AuxDetGeo * > |
Type of list of auxiliary detectors. More... | |
Public Attributes | |
CryostatList_t | cryostats |
The detector cryostats. More... | |
AuxDetList_t | auxDets |
The auxiliary detectors. More... | |
Data in the geometry description.
Definition at line 1384 of file GeometryCore.h.
using geo::GeometryData_t::AuxDetList_t = std::vector<AuxDetGeo*> |
Type of list of auxiliary detectors.
Definition at line 1389 of file GeometryCore.h.
using geo::GeometryData_t::CryostatList_t = std::vector<geo::CryostatGeo> |
Type of list of cryostats.
Definition at line 1387 of file GeometryCore.h.
AuxDetList_t geo::GeometryData_t::auxDets |
The auxiliary detectors.
Definition at line 1392 of file GeometryCore.h.
CryostatList_t geo::GeometryData_t::cryostats |
The detector cryostats.
Definition at line 1391 of file GeometryCore.h.
Referenced by geo::ChannelMapStandardAlg::Initialize().