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

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

#include "geo_types_fhicl.h"

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

Public Types

using ID_t = geo::OpDetID
 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::OpDetID::OpDetID_tO
 
::fhicl::Atom< geo::CryostatID::CryostatID_tC
 
::fhicl::Atom< bool > isValid
 

Detailed Description

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

Configuration structure for validated geo::OpDetID parameter.

Definition at line 314 of file geo_types_fhicl.h.

Member Typedef Documentation

Type read by this configuration.

Definition at line 315 of file geo_types_fhicl.h.

Member Function Documentation

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

Definition at line 322 of file geo_types_fhicl.h.

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

322 { return !valid() ? ID_t{} : ID_t{IDConfig<geo::CryostatID>::ID(), O()}; }
geo::OpDetID ID_t
Type read by this configuration.
::fhicl::Atom< geo::OpDetID::OpDetID_t > O
geo::fhicl::IDConfig< geo::OpDetID >::operator ID_t ( ) const
inline

Definition at line 323 of file geo_types_fhicl.h.

323 { 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().

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

Definition at line 317 of file geo_types_fhicl.h.


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