Public Types | Public Member Functions | Public Attributes | List of all members
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
 
- Public Member Functions inherited from geo::fhicl::ValidIDConfig
bool valid () const
 

Public Attributes

::fhicl::Atom< geo::CryostatID::CryostatID_tC
 
- Public Attributes inherited from geo::fhicl::ValidIDConfig
::fhicl::Atom< boolisValid
 

Detailed Description

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

Configuration structure for validated geo::CryostatID parameter.

Definition at line 264 of file geo_types_fhicl.h.

Member Typedef Documentation

Type read by this configuration.

Definition at line 265 of file geo_types_fhicl.h.

Member Function Documentation

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

Definition at line 273 of file geo_types_fhicl.h.

273 { 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 274 of file geo_types_fhicl.h.

274 { return ID(); }

Member Data Documentation

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

Definition at line 267 of file geo_types_fhicl.h.


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