_application | marlinmt::Component | protected |
_description | marlinmt::DataSourcePlugin | protected |
_logger | marlinmt::Component | protected |
_name | marlinmt::Component | protected |
_onEventRead | marlinmt::DataSourcePlugin | private |
_onRunHeaderRead | marlinmt::DataSourcePlugin | private |
_parameters | marlinmt::Configurable | protected |
_type | marlinmt::Component | protected |
_verbosity | marlinmt::Component | protected |
addParameter(EParameterType paramType, const std::string &name, const std::string &desc, std::shared_ptr< T > value) | marlinmt::Configurable | inline |
addParameter(EParameterType paramType, const std::string &name, const std::string &desc, std::shared_ptr< T > value, T defVal) | marlinmt::Configurable | inline |
application() const | marlinmt::Component | |
application() | marlinmt::Component | |
begin() | marlinmt::Configurable | |
begin() const | marlinmt::Configurable | |
checkParameter(const std::string &name) const | marlinmt::Configurable | |
clear() | marlinmt::Configurable | |
Component()=delete | marlinmt::Component | |
Component(const Component &)=delete | marlinmt::Component | |
Component(const std::string &type) | marlinmt::Component | |
Configurable()=default | marlinmt::Configurable | |
const_iterator typedef | marlinmt::Configurable | |
DataSourcePlugin(const std::string &dstype) | marlinmt::DataSourcePlugin | |
debug() const | marlinmt::Component | |
description() const | marlinmt::DataSourcePlugin | |
end() | marlinmt::Configurable | |
end() const | marlinmt::Configurable | |
error() const | marlinmt::Component | |
EventFunction typedef | marlinmt::DataSourcePlugin | |
exists(const std::string &name) const | marlinmt::Configurable | |
getParameters(ConfigSection §ion, const std::set< std::string > &exclude={}) const | marlinmt::Component | |
initialize() override | marlinmt::DataSourcePlugin | protectedvirtual |
isInitialized() const | marlinmt::Component | |
isSet(const std::string &name) const | marlinmt::Configurable | |
iterator typedef | marlinmt::Configurable | |
log() const | marlinmt::Component | inline |
LoggerPtr typedef | marlinmt::Component | |
message() const | marlinmt::Component | |
name() const | marlinmt::Component | |
onEventRead(EventFunction func) | marlinmt::DataSourcePlugin | |
onRunHeaderRead(RunHeaderFunction func) | marlinmt::DataSourcePlugin | |
operator=(const Component &)=delete | marlinmt::Component | |
parameter(const std::string &name) const | marlinmt::Configurable | inline |
parameter(const std::string &name, const T &fallback) const | marlinmt::Configurable | inline |
ParameterMap typedef | marlinmt::Configurable | |
printParameters() const | marlinmt::Component | |
printParameters() const | marlinmt::Component | |
processEvent(std::shared_ptr< EventStore > event) | marlinmt::DataSourcePlugin | protected |
processRunHeader(std::shared_ptr< RunHeader > rhdr) | marlinmt::DataSourcePlugin | protected |
readAll() | marlinmt::DataSourcePlugin | virtual |
readOne()=0 | marlinmt::DataSourcePlugin | pure virtual |
RunHeaderFunction typedef | marlinmt::DataSourcePlugin | |
setDescription(const std::string &desc) | marlinmt::Component | |
setName(const std::string &n) | marlinmt::Component | |
setParameters(const ConfigSection §ion, bool throwIfNotFound=false) | marlinmt::Component | |
setup(Application *app) | marlinmt::Component | |
setVerbosity(const std::string &level) | marlinmt::Component | |
type() const | marlinmt::DataSourcePlugin | |
unset() | marlinmt::Configurable | |
verbosity() const | marlinmt::Component | |
warning() const | marlinmt::Component | |
~Component()=default | marlinmt::Component | virtual |
~Configurable()=default | marlinmt::Configurable | virtual |
~DataSourcePlugin()=default | marlinmt::DataSourcePlugin | virtual |