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

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

#include "readout_types_fhicl.h"

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

Public Types

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

Public Member Functions

ID_t ID () const
 
 operator ID_t () const
 

Public Attributes

::fhicl::Atom< readout::ROPID::ROPID_tR
 
::fhicl::Atom< readout::TPCsetID::TPCsetID_tS
 

Detailed Description

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

Configuration structure for validated readout::ROPID parameter.

Definition at line 38 of file readout_types_fhicl.h.

Member Typedef Documentation

Type read by this configuration.

Definition at line 39 of file readout_types_fhicl.h.

Member Function Documentation

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

Definition at line 46 of file readout_types_fhicl.h.

46 { return !valid() ? ID_t{} : ID_t{IDConfig<readout::TPCsetID>::ID(), R()}; }
::fhicl::Atom< readout::ROPID::ROPID_t > R
readout::ROPID ID_t
Type read by this configuration.
geo::fhicl::IDConfig< readout::ROPID >::operator ID_t ( ) const
inline

Definition at line 47 of file readout_types_fhicl.h.

47 { return ID(); }

Member Data Documentation

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

Definition at line 41 of file readout_types_fhicl.h.

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: