LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ServiceTable.h"
Public Member Functions | |
ServiceTable (fhicl::Name &&name) | |
ServiceTable (fhicl::ParameterSet const &pset) | |
fhicl::ParameterSet const & | get_PSet () const |
void | print_allowed_configuration (std::ostream &os, std::string const &prefix) const |
auto const & | operator() () const |
cet::exempt_ptr< fhicl::detail::ParameterBase const > | parameter_base () const |
Private Member Functions | |
cet::exempt_ptr< fhicl::detail::ParameterBase const > | get_parameter_base () const override |
Private Attributes | |
fhicl::Table< T > | config_ |
Definition at line 25 of file ServiceTable.h.
|
inlineexplicit |
Definition at line 28 of file ServiceTable.h.
|
inline |
Definition at line 30 of file ServiceTable.h.
|
inlineoverrideprivatevirtual |
|
inline |
Definition at line 40 of file ServiceTable.h.
Referenced by detinfo::LArPropertiesServiceStandard::LArPropertiesServiceStandard(), and calib::PhotonCalibratorServiceStandard::PhotonCalibratorServiceStandard().
|
inline |
Definition at line 53 of file ServiceTable.h.
|
inlineinherited |
Definition at line 19 of file ConfigurationTable.h.
|
inline |
Definition at line 46 of file ServiceTable.h.
|
private |
Definition at line 66 of file ServiceTable.h.