LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
ZeroIDs.h
Go to the documentation of this file.
1 #ifndef LARCOREALG_GEOMETRY_DETAILS_ZEROIDS_H
2 #define LARCOREALG_GEOMETRY_DETAILS_ZEROIDS_H
3 
5 
6 namespace geo::details {
7  inline constexpr CryostatID cryostat_zero{0};
8  inline constexpr TPCID tpc_zero{cryostat_zero, 0};
9 }
10 
11 #endif // LARCOREALG_GEOMETRY_DETAILS_ZEROIDS_H
constexpr CryostatID cryostat_zero
Definition: ZeroIDs.h:7
The data type to uniquely identify a TPC.
Definition: geo_types.h:306
Definition of data types for geometry description.
constexpr TPCID tpc_zero
Definition: ZeroIDs.h:8
The data type to uniquely identify a cryostat.
Definition: geo_types.h:187