ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetMonitoring
SCT_Monitoring
scripts
CheckReprocessing
include
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
20
using namespace
std
;
21
22
class
ConfigurationLoader
23
{
24
public
:
25
ConfigurationLoader
();
26
ConfigurationLoader
(
string
);
27
~ConfigurationLoader
();
28
29
vector< vector<string> >
GetLoadingSearchStrings
();
30
vector<string>
GetComparisonNamesForPath
( vector<string>, vector<string>& );
31
int
GetMaximumPathDepth
();
32
void
OutputComparisonStatistics
();
33
34
private
:
35
vector< vector<string> >
loadingSearchStrings
,
comparisonNames
,
comparisonArguments
;
36
vector< int >
numberOfMatches
;
37
int
maximumPathDepth
;
38
};
39
40
#endif
ConfigurationLoader::numberOfMatches
vector< int > numberOfMatches
Definition
ConfigurationLoader.h:36
ConfigurationLoader::~ConfigurationLoader
~ConfigurationLoader()
ConfigurationLoader::GetLoadingSearchStrings
vector< vector< string > > GetLoadingSearchStrings()
ConfigurationLoader::comparisonNames
vector< vector< string > > comparisonNames
Definition
ConfigurationLoader.h:35
ConfigurationLoader::GetMaximumPathDepth
int GetMaximumPathDepth()
ConfigurationLoader::ConfigurationLoader
ConfigurationLoader(string)
ConfigurationLoader::comparisonArguments
vector< vector< string > > comparisonArguments
Definition
ConfigurationLoader.h:35
ConfigurationLoader::ConfigurationLoader
ConfigurationLoader()
ConfigurationLoader::maximumPathDepth
int maximumPathDepth
Definition
ConfigurationLoader.h:37
ConfigurationLoader::loadingSearchStrings
vector< vector< string > > loadingSearchStrings
Definition
ConfigurationLoader.h:35
ConfigurationLoader::OutputComparisonStatistics
void OutputComparisonStatistics()
ConfigurationLoader::GetComparisonNamesForPath
vector< string > GetComparisonNamesForPath(vector< string >, vector< string > &)
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.17.0