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