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
w
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
Calorimeter
CaloInterface
CaloInterface
ILArHVFraction.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// ILArHVFraction.h
8
// Header file for class ILArHVFraction
10
#ifndef LARELECCALIB_ILARHVFRACTION_H
11
#define LARELECCALIB_ILARHVFRACTION_H 1
12
13
14
// FrameWork includes
15
#include "GaudiKernel/IAlgTool.h"
16
#include "GaudiKernel/EventContext.h"
17
18
19
// Forward declaration
20
class
CaloClusterCellLinkContainer
;
21
22
static
const
InterfaceID IID_ILArHVFraction(
"ILArHVFraction"
, 1, 0);
23
24
class
ILArHVFraction
25
:
virtual
public
::IAlgTool
26
{
27
public
:
28
31
virtual
~ILArHVFraction
() {};
32
static
const
InterfaceID&
interfaceID
();
33
34
virtual
std::pair<double,unsigned>
getLArHVFrac
(
const
CaloClusterCellLink
* cclc,
const
EventContext& ctx)
const
=0;
35
36
};
37
38
inline
const
InterfaceID&
ILArHVFraction::interfaceID
()
39
{
40
return
IID_ILArHVFraction;
41
}
42
43
44
#endif
CaloClusterCellLinkContainer
Container class for CaloCellLink.
Definition:
CaloClusterCellLinkContainer.h:24
ILArHVFraction::interfaceID
static const InterfaceID & interfaceID()
Definition:
ILArHVFraction.h:38
ILArHVFraction::getLArHVFrac
virtual std::pair< double, unsigned > getLArHVFrac(const CaloClusterCellLink *cclc, const EventContext &ctx) const =0
CaloClusterCellLink
Bookkeeping of cells that make up a cluster Simplified replacement for CaloCellLink,...
Definition:
CaloClusterCellLink.h:24
ILArHVFraction
Definition:
ILArHVFraction.h:26
ILArHVFraction::~ILArHVFraction
virtual ~ILArHVFraction()
Destructor:
Definition:
ILArHVFraction.h:31
Generated on Fri May 9 2025 21:11:10 for ATLAS Offline Software by
1.8.18