Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
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::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
Generated on Mon Apr 21 2025 21:08:49 for ATLAS Offline Software by
1.8.18