ATLAS Offline Software
ConfigurationLoader.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
14 #ifndef CONFIGURATION_LOADER_H
15 #define CONFIGURATION_LOADER_H
16 
17 #include <vector>
18 #include <string>
19 
20 using namespace std;
21 
23 {
24  public:
28 
29  vector< vector<string> > GetLoadingSearchStrings();
30  vector<string> GetComparisonNamesForPath( vector<string>, vector<string>& );
33 
34  private:
35  vector< vector<string> > loadingSearchStrings, comparisonNames, comparisonArguments;
36  vector< int > numberOfMatches;
38 };
39 
40 #endif
ConfigurationLoader::GetComparisonNamesForPath
vector< string > GetComparisonNamesForPath(vector< string >, vector< string > &)
ConfigurationLoader::ConfigurationLoader
ConfigurationLoader()
ConfigurationLoader::ConfigurationLoader
ConfigurationLoader(string)
ConfigurationLoader::GetLoadingSearchStrings
vector< vector< string > > GetLoadingSearchStrings()
ConfigurationLoader::numberOfMatches
vector< int > numberOfMatches
Definition: ConfigurationLoader.h:36
ConfigurationLoader::maximumPathDepth
int maximumPathDepth
Definition: ConfigurationLoader.h:37
ConfigurationLoader::~ConfigurationLoader
~ConfigurationLoader()
ConfigurationLoader
Definition: ConfigurationLoader.h:23
ConfigurationLoader::GetMaximumPathDepth
int GetMaximumPathDepth()
ConfigurationLoader::OutputComparisonStatistics
void OutputComparisonStatistics()
ConfigurationLoader::loadingSearchStrings
vector< vector< string > > loadingSearchStrings
Definition: ConfigurationLoader.h:35