24#ifndef CONFIGURATION_PDFCATALOGCONFIG_H
25#define CONFIGURATION_PDFCATALOGCONFIG_H
33namespace Configuration {
45 declareDependency<CatalogConfig>();
59 getDependency<CatalogConfig>().addAttributeHandler(
Superclass of all configuration classes.
State & getCurrentState()
Returns the current state of the configuration.
@ INITIALIZED
The initialize() method has been called.
std::map< std::string, std::vector< T > > m_keys
void addPdfColumn(const std::string &pdf_name, const std::string &col_name, std::vector< T > keys)
PdfCatalogConfig(long manager_id)
std::map< std::string, std::string > m_column_names
virtual ~PdfCatalogConfig()=default
void initialize(const UserValues &) override
Method which is called during the initialization phase.
Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees,...