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

Traits for ID parameter objects. More...

#include "geo_types_fhicl.h"

Detailed Description

template<typename IDparam>
struct geo::fhicl::IDparameterTraits< IDparam >

Traits for ID parameter objects.

Template Parameters
IDparamthe ID parameter object

This set offers the following traits:

  • type: type of parameter (same as IDparam)
  • ID_t: type of ID read by the parameter
  • isOptional (boolean): whether the parameter is optional
  • isAtom (boolean): whether the parameter reads a single ID
  • isSequence (boolean): whether the parameter reads a sequence of ID's

The trait class is defined only for the supported parameter types.

Definition at line 211 of file geo_types_fhicl.h.


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