Go to the documentation of this file. 1 #ifndef DETECTOR_DESCRIPTION_PARSER_FIP_CONFIGURATION_H
2 #define DETECTOR_DESCRIPTION_PARSER_FIP_CONFIGURATION_H
39 const std::vector<std::string>&
getFileList(
void)
const override;
45 const std::vector<std::string>&
getURLList(
void)
const override;
std::vector< std::string > files_
~FIPConfiguration() override
DDLSAX2ConfigHandler is the handler for the configuration file.
DDLDocumentProvider provides a set of URLs and filenames.
DDLSAX2Handler inherits from Xerces C++ DefaultHandler.
bool doValidation() const override
Return whether Validation should be on or off and where the DDL SchemaLocation is.
Compact representation of the geometrical detector hierarchy.
std::string getSchemaLocation() const override
Return the designation for where to look for the schema.
const std::vector< std::string > & getURLList(void) const override
Return a list of urls as a std::vector of strings.
DDLSAX2ConfigHandler configHandler_
DDLParser is the main class of Detector Description Language Parser.
std::vector< std::string > urls_
int readConfig(const std::string &filename) override
Read in the configuration file.
const std::vector< std::string > & getFileList(void) const override
Return a list of files as a std::vector of strings.
FIPConfiguration(DDCompactView &cpv)
FIPConfiguration reads in the configuration file for the DDParser.
void dumpFileList(void) const override
Print out the list of files.