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