LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 172 of file geo_types.h.

Member Typedef Documentation

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

Definition at line 174 of file geo_types.h.

Member Data Documentation

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

Definition at line 176 of file geo_types.h.

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

Definition at line 181 of file geo_types.h.

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

Definition at line 177 of file geo_types.h.

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

Definition at line 179 of file geo_types.h.

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

Definition at line 178 of file geo_types.h.

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

Definition at line 180 of file geo_types.h.


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