Public Types | Public Member Functions | Public Attributes | List of all members
geo::fhicl::IDConfig< readout::TPCsetID > Struct Template Reference

Configuration structure for validated readout::TPCsetID parameter. More...

#include <readout_types_fhicl.h>

Inheritance diagram for geo::fhicl::IDConfig< readout::TPCsetID >:
geo::fhicl::IDConfig< readout::CryostatID > geo::fhicl::IDConfig< readout::ROPID >

Public Types

using ID_t = readout::TPCsetID
 Type read by this configuration. More...
 

Public Member Functions

ID_t ID () const
 
 operator ID_t () const
 

Public Attributes

::fhicl::Atom< readout::TPCsetID::TPCsetID_tS
 

Detailed Description

template<>
struct geo::fhicl::IDConfig< readout::TPCsetID >

Configuration structure for validated readout::TPCsetID parameter.

Definition at line 26 of file readout_types_fhicl.h.

Member Typedef Documentation

Type read by this configuration.

Definition at line 27 of file readout_types_fhicl.h.

Member Function Documentation

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

Definition at line 35 of file readout_types_fhicl.h.

36  { return !valid()? ID_t{}: ID_t{ IDConfig<readout::CryostatID>::ID(), S() }; }
unsigned int ID
readout::TPCsetID ID_t
Type read by this configuration.
::fhicl::Atom< readout::TPCsetID::TPCsetID_t > S
geo::fhicl::IDConfig< readout::TPCsetID >::operator ID_t ( ) const
inline

Definition at line 37 of file readout_types_fhicl.h.

37 { return ID(); }

Member Data Documentation

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

Definition at line 29 of file readout_types_fhicl.h.


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