LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
geo::fhicl::IDConfig< geo::CryostatID > Struct Template Reference

Configuration structure for validated geo::CryostatID parameter. More...

#include "geo_types_fhicl.h"

Inheritance diagram for geo::fhicl::IDConfig< geo::CryostatID >:
geo::fhicl::ValidIDConfig geo::fhicl::IDConfig< geo::OpDetID > geo::fhicl::IDConfig< geo::TPCID > geo::fhicl::IDConfig< geo::PlaneID > geo::fhicl::IDConfig< geo::WireID >

Public Types

using ID_t = geo::CryostatID
 Type read by this configuration. More...
 

Public Member Functions

ID_t ID () const
 
 operator ID_t () const
 
bool valid () const
 

Public Attributes

::fhicl::Atom< geo::CryostatID::CryostatID_tC
 
::fhicl::Atom< bool > isValid
 

Detailed Description

template<>
struct geo::fhicl::IDConfig< geo::CryostatID >

Configuration structure for validated geo::CryostatID parameter.

Definition at line 257 of file geo_types_fhicl.h.

Member Typedef Documentation

Type read by this configuration.

Definition at line 258 of file geo_types_fhicl.h.

Member Function Documentation

ID_t geo::fhicl::IDConfig< geo::CryostatID >::ID ( ) const
inline

Definition at line 264 of file geo_types_fhicl.h.

References geo::fhicl::ValidIDConfig::valid().

264 { return !valid() ? ID_t{} : ID_t{C()}; }
::fhicl::Atom< geo::CryostatID::CryostatID_t > C
geo::CryostatID ID_t
Type read by this configuration.
geo::fhicl::IDConfig< geo::CryostatID >::operator ID_t ( ) const
inline

Definition at line 265 of file geo_types_fhicl.h.

265 { return ID(); }
bool geo::fhicl::ValidIDConfig::valid ( ) const
inlineinherited

Member Data Documentation

Initial value:
::fhicl::Comment("cryostat number"),
[this]() { return valid(); }}

Definition at line 260 of file geo_types_fhicl.h.

::fhicl::Atom<bool> geo::fhicl::ValidIDConfig::isValid
inherited
Initial value:
{::fhicl::Name("isValid"),
::fhicl::Comment("whether the ID is valid"),
true}

Definition at line 224 of file geo_types_fhicl.h.

Referenced by geo::fhicl::ValidIDConfig::valid().


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