LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Utilities for using readout IDs in FHiCL validated configuration. More...
#include "larcoreobj/SimpleTypesAndConstants/geo_types_fhicl.h"
#include "larcoreobj/SimpleTypesAndConstants/readout_types.h"
#include "fhiclcpp/types/Atom.h"
Go to the source code of this file.
Classes | |
struct | geo::fhicl::IDConfig< readout::TPCsetID > |
Configuration structure for validated readout::TPCsetID parameter. More... | |
struct | geo::fhicl::IDConfig< readout::ROPID > |
Configuration structure for validated readout::ROPID parameter. More... | |
Namespaces | |
geo::fhicl | |
FHiCL objects representing geometry classes as configuration parameters. | |
readout::fhicl | |
FHiCL objects representing geometry classes as configuration parameters. | |
Typedefs | |
Validated configuration parameters for readout ID objects | |
These data types can be used in a class for validated FHiCL configuration. They are implemented as configuration tables ( These objects have the same type of implementation and follow the same usage patterns as the ones for geometry ID objects defined and documented in This namespace offers:
| |
using | readout::fhicl::CryostatID = IDparameter< readout::CryostatID > |
Member type of validated readout::CryostatID parameter. More... | |
using | readout::fhicl::OptionalCryostatID = OptionalID< readout::CryostatID > |
Member type of optional validated readout::CryostatID parameter. More... | |
using | readout::fhicl::CryostatIDsequence = IDsequence< readout::CryostatID > |
Member type of sequence of readout::CryostatID parameters. More... | |
using | readout::fhicl::OptionalCryostatIDsequence = OptionalIDsequence< readout::CryostatID > |
Member type of optional sequence of readout::CryostatID parameters. More... | |
using | readout::fhicl::TPCsetID = IDparameter< readout::TPCsetID > |
Member type of validated readout::TPCsetID parameter. More... | |
using | readout::fhicl::OptionalTPCsetID = OptionalID< readout::TPCsetID > |
Member type of optional validated readout::TPCsetID parameter. More... | |
using | readout::fhicl::TPCsetIDsequence = IDsequence< readout::TPCsetID > |
Member type of sequence of readout::TPCsetID parameters. More... | |
using | readout::fhicl::OptionalTPCsetIDsequence = OptionalIDsequence< readout::TPCsetID > |
Member type of optional sequence of readout::TPCsetID parameters. More... | |
using | readout::fhicl::ROPID = IDparameter< readout::ROPID > |
Member type of validated readout::ROPID parameter. More... | |
using | readout::fhicl::OptionalROPID = OptionalID< readout::ROPID > |
Member type of optional validated readout::ROPID parameter. More... | |
using | readout::fhicl::ROPIDsequence = IDsequence< readout::ROPID > |
Member type of sequence of readout::ROPID parameters. More... | |
using | readout::fhicl::OptionalROPIDsequence = OptionalIDsequence< readout::ROPID > |
Member type of optional sequence of readout::ROPID parameters. More... | |
Utilities for using readout IDs in FHiCL validated configuration.
This library is header-only.
Definition in file readout_types_fhicl.h.