Public Types | Public Attributes | List of all members
geo::GeometryData_t Struct Reference

Data in the geometry description. More...

#include <GeometryData.h>

Public Types

using CryostatList_t = std::vector< geo::CryostatGeo >
 Type of list of cryostats. More...
 
using AuxDetList_t = std::vector< geo::AuxDetGeo >
 Type of list of auxiliary detectors. More...
 

Public Attributes

CryostatList_t cryostats
 The detector cryostats. More...
 
AuxDetList_t auxDets
 The auxiliary detectors. More...
 

Detailed Description

Data in the geometry description.

Definition at line 31 of file GeometryData.h.

Member Typedef Documentation

Type of list of auxiliary detectors.

Definition at line 36 of file GeometryData.h.

Type of list of cryostats.

Definition at line 34 of file GeometryData.h.

Member Data Documentation

AuxDetList_t geo::GeometryData_t::auxDets

The auxiliary detectors.

Definition at line 39 of file GeometryData.h.

CryostatList_t geo::GeometryData_t::cryostats

The detector cryostats.

Definition at line 38 of file GeometryData.h.


The documentation for this struct was generated from the following file: