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