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

#include <geo_types.h>

Public Types

using Level_t = std::size_t
 

Static Public Attributes

static constexpr Level_t Cryostat = 0U
 
static constexpr Level_t OpDet = 1U
 
static constexpr Level_t TPC = 1U
 
static constexpr Level_t Plane = 2U
 
static constexpr Level_t Wire = 3U
 
static constexpr Level_t NLevels = 4U
 

Detailed Description

Numerical description of geometry element "level". The "detector" level is noticeably missing.

Definition at line 168 of file geo_types.h.

Member Typedef Documentation

using geo::ElementLevel::Level_t = std::size_t

Definition at line 170 of file geo_types.h.

Member Data Documentation

constexpr Level_t geo::ElementLevel::Cryostat = 0U
static

Definition at line 172 of file geo_types.h.

constexpr Level_t geo::ElementLevel::NLevels = 4U
static

Definition at line 177 of file geo_types.h.

constexpr Level_t geo::ElementLevel::OpDet = 1U
static

Definition at line 173 of file geo_types.h.

constexpr Level_t geo::ElementLevel::Plane = 2U
static

Definition at line 175 of file geo_types.h.

constexpr Level_t geo::ElementLevel::TPC = 1U
static

Definition at line 174 of file geo_types.h.

constexpr Level_t geo::ElementLevel::Wire = 3U
static

Definition at line 176 of file geo_types.h.


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