ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14#ifndef CONFIGURATION_LOADER_H
15#define CONFIGURATION_LOADER_H
16
17#include <vector>
18#include <string>
19
20using namespace std;
21
23{
24 public:
28
29 vector< vector<string> > GetLoadingSearchStrings();
30 vector<string> GetComparisonNamesForPath( vector<string>, vector<string>& );
33
34 private:
36 vector< int > numberOfMatches;
38};
39
40#endif
vector< int > numberOfMatches
vector< vector< string > > GetLoadingSearchStrings()
vector< vector< string > > comparisonNames
ConfigurationLoader(string)
vector< vector< string > > comparisonArguments
vector< vector< string > > loadingSearchStrings
void OutputComparisonStatistics()
vector< string > GetComparisonNamesForPath(vector< string >, vector< string > &)
STL namespace.