14 for (std::vector<std::string>::const_iterator rit =
relFiles_.begin(), ritEnd =
relFiles_.end();
15 rit != ritEnd; ++rit ) {
26 edm::LogError(
"GeometryConfiguration") <<
" This sub-class of DDLDocumentProvider does not USE XML parsing!!!" << std::endl;
32 LogDebug(
"GeometryConfiguration") <<
" the doValidation() method not valid for this DDLDocumentProvider" << std::endl;
48 LogDebug(
"GeometryConfiguration") <<
" the getURLList of this DDLDocumentProvider empty strings" << std::endl;
62 edm::LogWarning(
"GeometryConfiguration") <<
" The readConfig of this DDLDocumentProvider is not valid!" << std::endl;
T getParameter(std::string const &) const
bool doValidation() const override
Return a flag whether to do xml validation or not.
const std::vector< std::string > & getURLList(void) const override
Return a list of urls as a vector of strings.
std::vector< std::string > relFiles_
std::vector< std::string > emptyStrings_
int readConfig(const std::string &filename) override
Reads in a configuration file and parses it.
std::string getSchemaLocation() const override
Return the Schema Location.
void dumpFileList(void) const override
Print out the list of files.
std::string dummyLocation_
GeometryConfiguration(const edm::ParameterSet &p)
std::vector< std::string > files_
~GeometryConfiguration() override
const std::vector< std::string > & getFileList(void) const override
Return a list of files as a vector of strings.
std::string fullPath() const