LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 24 of file readout_types_fhicl.h.

Member Typedef Documentation

Type read by this configuration.

Definition at line 25 of file readout_types_fhicl.h.

Member Function Documentation

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

Definition at line 32 of file readout_types_fhicl.h.

32 { return !valid() ? ID_t{} : ID_t{IDConfig<readout::CryostatID>::ID(), S()}; }
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 33 of file readout_types_fhicl.h.

33 { return ID(); }

Member Data Documentation

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

Definition at line 27 of file readout_types_fhicl.h.


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