Public Types | Public Member Functions | Public Attributes | List of all members
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 Types inherited from geo::fhicl::IDConfig< readout::TPCsetID >
using ID_t = readout::TPCsetID
 Type read by this configuration. More...
 

Public Member Functions

ID_t ID () const
 
 operator ID_t () const
 
- Public Member Functions inherited from geo::fhicl::IDConfig< readout::TPCsetID >
ID_t ID () const
 
 operator ID_t () const
 

Public Attributes

::fhicl::Atom< readout::ROPID::ROPID_tR
 
- Public Attributes inherited from geo::fhicl::IDConfig< readout::TPCsetID >
::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 43 of file readout_types_fhicl.h.

Member Typedef Documentation

Type read by this configuration.

Definition at line 44 of file readout_types_fhicl.h.

Member Function Documentation

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

Definition at line 52 of file readout_types_fhicl.h.

53  { return !valid()? ID_t{}: ID_t{ IDConfig<readout::TPCsetID>::ID(), R() }; }
unsigned int ID
::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 54 of file readout_types_fhicl.h.

54 { return ID(); }

Member Data Documentation

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

Definition at line 46 of file readout_types_fhicl.h.


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