Public Member Functions | Public Attributes | List of all members
geo::fhicl::ValidIDConfig Struct Reference

Helper class holding the ID validity flag. More...

#include <geo_types_fhicl.h>

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

Public Member Functions

bool valid () const
 

Public Attributes

::fhicl::Atom< boolisValid
 

Detailed Description

Helper class holding the ID validity flag.

Definition at line 225 of file geo_types_fhicl.h.

Member Function Documentation

bool geo::fhicl::ValidIDConfig::valid ( ) const
inline

Definition at line 233 of file geo_types_fhicl.h.

233 { return isValid(); }
::fhicl::Atom< bool > isValid

Member Data Documentation

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

Definition at line 227 of file geo_types_fhicl.h.


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