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
LArCalorimeter
LArG4
LArG4Code
LArG4Code
ILArCalibCalculatorSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// ILArCalibCalculatorSvc.h
6
// Prepared in 2016 based on VCalibrationCalculator from Bill Seligman
7
8
#ifndef __ILARCALIBCALCULATORSVC_H__
9
#define __ILARCALIBCALCULATORSVC_H__
10
11
#include "GaudiKernel/IService.h"
12
13
#include "globals.hh"
14
15
#include "
LArG4Code/LArG4Identifier.h
"
16
#include "
LArG4Code/LArG4EnumDefs.h
"
17
18
19
// Forward declaractions:
20
class
G4Step;
21
class
StatusCode
;
22
23
class
ILArCalibCalculatorSvc
:
virtual
public
IService {
24
public
:
25
26
ILArCalibCalculatorSvc
(){};
27
28
DeclareInterfaceID
(
ILArCalibCalculatorSvc
,1,0);
29
30
virtual
~ILArCalibCalculatorSvc
() {};
31
32
33
virtual
G4bool
Process
(
const
G4Step*
step
,
LArG4Identifier
&
identifier
,
34
std::vector<G4double> & energies,
35
const
LArG4::eCalculatorProcessing
process
=
LArG4::kEnergyAndID
)
const
= 0;
36
37
38
39
};
40
41
#endif
LArG4Identifier
Definition:
LArG4Identifier.h:121
xAOD::identifier
identifier
Definition:
UncalibratedMeasurement_v1.cxx:15
SUSY_SimplifiedModel_PostInclude.process
string process
Definition:
SUSY_SimplifiedModel_PostInclude.py:42
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ILArCalibCalculatorSvc::~ILArCalibCalculatorSvc
virtual ~ILArCalibCalculatorSvc()
Definition:
ILArCalibCalculatorSvc.h:30
LArG4Identifier.h
ILArCalibCalculatorSvc
Definition:
ILArCalibCalculatorSvc.h:23
ILArCalibCalculatorSvc::DeclareInterfaceID
DeclareInterfaceID(ILArCalibCalculatorSvc, 1, 0)
LArCellBinning.step
step
Definition:
LArCellBinning.py:158
LArG4::kEnergyAndID
@ kEnergyAndID
Definition:
LArG4EnumDefs.h:10
ILArCalibCalculatorSvc::Process
virtual G4bool Process(const G4Step *step, LArG4Identifier &identifier, std::vector< G4double > &energies, const LArG4::eCalculatorProcessing process=LArG4::kEnergyAndID) const =0
LArG4::eCalculatorProcessing
eCalculatorProcessing
Definition:
LArG4EnumDefs.h:10
LArG4EnumDefs.h
ILArCalibCalculatorSvc::ILArCalibCalculatorSvc
ILArCalibCalculatorSvc()
Definition:
ILArCalibCalculatorSvc.h:26
Generated on Thu Mar 13 2025 21:11:43 for ATLAS Offline Software by
1.8.18