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
graphics
VP1
VP1Utils
src
VP1ToolAccessHelper.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
7
// //
8
// Implementation of class VP1ToolAccessHelper //
9
// //
10
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
11
// Initial version: February 2008 //
12
// //
14
15
#include "
VP1Utils/VP1ToolAccessHelper.h
"
16
#include "
VP1Base/IVP1System.h
"
17
18
//____________________________________________________________________
19
VP1ToolAccessHelper::VP1ToolAccessHelper
(IToolSvc*
ts
)
20
:
VP1HelperClassBase
(0,
"VP1ToolAccessHelper"
),m_toolsvc(
ts
)
21
{
22
if
(!
m_toolsvc
)
23
message
(
"ERROR: Received null toolSvc pointer!"
);
24
}
25
26
//____________________________________________________________________
27
VP1ToolAccessHelper::VP1ToolAccessHelper
(
IVP1System
*
sys
)
28
:
VP1HelperClassBase
(
sys
,
"VP1ToolAccessHelper"
),m_toolsvc((
sys
?
sys
->toolSvc():0))
29
{
30
if
(!
sys
)
31
message
(
"ERROR: Received null system (and thus also null toolSvc) pointer!"
);
32
else
if
(!
m_toolsvc
)
33
message
(
"ERROR: Could not get toolSvc pointer from system!"
);
34
}
VP1ToolAccessHelper::VP1ToolAccessHelper
VP1ToolAccessHelper(IToolSvc *)
Definition:
VP1ToolAccessHelper.cxx:19
mapkey::sys
@ sys
Definition:
TElectronEfficiencyCorrectionTool.cxx:42
IVP1System
Definition:
IVP1System.h:36
VP1ToolAccessHelper::m_toolsvc
IToolSvc * m_toolsvc
Definition:
VP1ToolAccessHelper.h:46
VP1HelperClassBase
Definition:
VP1HelperClassBase.h:28
VP1ToolAccessHelper.h
VP1HelperClassBase::message
void message(const QString &) const
Definition:
VP1HelperClassBase.cxx:49
python.CaloScaleNoiseConfig.ts
ts
Definition:
CaloScaleNoiseConfig.py:87
IVP1System.h
Generated on Wed Apr 2 2025 21:23:01 for ATLAS Offline Software by
1.8.18