FHiCL objects representing geometry classes as configuration parameters. More...
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 | CryostatID = IDparameter< readout::CryostatID > |
Member type of validated readout::CryostatID parameter. More... | |
using | OptionalCryostatID = OptionalID< readout::CryostatID > |
Member type of optional validated readout::CryostatID parameter. More... | |
using | CryostatIDsequence = IDsequence< readout::CryostatID > |
Member type of sequence of readout::CryostatID parameters. More... | |
using | OptionalCryostatIDsequence = OptionalIDsequence< readout::CryostatID > |
Member type of optional sequence of readout::CryostatID parameters. More... | |
using | TPCsetID = IDparameter< readout::TPCsetID > |
Member type of validated readout::TPCsetID parameter. More... | |
using | OptionalTPCsetID = OptionalID< readout::TPCsetID > |
Member type of optional validated readout::TPCsetID parameter. More... | |
using | TPCsetIDsequence = IDsequence< readout::TPCsetID > |
Member type of sequence of readout::TPCsetID parameters. More... | |
using | OptionalTPCsetIDsequence = OptionalIDsequence< readout::TPCsetID > |
Member type of optional sequence of readout::TPCsetID parameters. More... | |
using | ROPID = IDparameter< readout::ROPID > |
Member type of validated readout::ROPID parameter. More... | |
using | OptionalROPID = OptionalID< readout::ROPID > |
Member type of optional validated readout::ROPID parameter. More... | |
using | ROPIDsequence = IDsequence< readout::ROPID > |
Member type of sequence of readout::ROPID parameters. More... | |
using | OptionalROPIDsequence = OptionalIDsequence< readout::ROPID > |
Member type of optional sequence of readout::ROPID parameters. More... | |
FHiCL objects representing geometry classes as configuration parameters.
using readout::fhicl::CryostatID = typedef IDparameter<readout::CryostatID> |
Member type of validated readout::CryostatID
parameter.
Definition at line 122 of file readout_types_fhicl.h.
using readout::fhicl::CryostatIDsequence = typedef IDsequence<readout::CryostatID> |
Member type of sequence of readout::CryostatID
parameters.
Definition at line 128 of file readout_types_fhicl.h.
using readout::fhicl::OptionalCryostatID = typedef OptionalID<readout::CryostatID> |
Member type of optional validated readout::CryostatID
parameter.
Definition at line 125 of file readout_types_fhicl.h.
using readout::fhicl::OptionalCryostatIDsequence = typedef OptionalIDsequence<readout::CryostatID> |
Member type of optional sequence of readout::CryostatID
parameters.
Definition at line 131 of file readout_types_fhicl.h.
using readout::fhicl::OptionalROPID = typedef OptionalID<readout::ROPID> |
Member type of optional validated readout::ROPID
parameter.
Definition at line 159 of file readout_types_fhicl.h.
using readout::fhicl::OptionalROPIDsequence = typedef OptionalIDsequence<readout::ROPID> |
Member type of optional sequence of readout::ROPID
parameters.
Definition at line 165 of file readout_types_fhicl.h.
using readout::fhicl::OptionalTPCsetID = typedef OptionalID<readout::TPCsetID> |
Member type of optional validated readout::TPCsetID
parameter.
Definition at line 142 of file readout_types_fhicl.h.
using readout::fhicl::OptionalTPCsetIDsequence = typedef OptionalIDsequence<readout::TPCsetID> |
Member type of optional sequence of readout::TPCsetID
parameters.
Definition at line 148 of file readout_types_fhicl.h.
using readout::fhicl::ROPID = typedef IDparameter<readout::ROPID> |
Member type of validated readout::ROPID
parameter.
Definition at line 156 of file readout_types_fhicl.h.
using readout::fhicl::ROPIDsequence = typedef IDsequence<readout::ROPID> |
Member type of sequence of readout::ROPID
parameters.
Definition at line 162 of file readout_types_fhicl.h.
using readout::fhicl::TPCsetID = typedef IDparameter<readout::TPCsetID> |
Member type of validated readout::TPCsetID
parameter.
Definition at line 139 of file readout_types_fhicl.h.
using readout::fhicl::TPCsetIDsequence = typedef IDsequence<readout::TPCsetID> |
Member type of sequence of readout::TPCsetID
parameters.
Definition at line 145 of file readout_types_fhicl.h.