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
LArElecCalib
LArElecCalib
ILArAutoCorrDecoderTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//Dear emacs, this is -*-c++-*-
6
#ifndef LARELECCALIB_ILARAUTOCORRDECODERTOOL_H
7
#define LARELECCALIB_ILARAUTOCORRDECODERTOOL_H
8
9
#include "GaudiKernel/IAlgTool.h"
10
class
Identifier
;
11
class
HWIdentifier
;
12
13
#include <Eigen/Dense>
14
15
// Declaration of the interface ID (interface id, major version, minor version)
16
static
const
InterfaceID IID_ILArAutoCorrDecoderTool(
"ILArAutoCorrDecoderTool"
, 1 , 0);
17
18
class
ILArAutoCorrDecoderTool
:
virtual
public
IAlgTool {
19
20
public
:
21
22
//online ID
23
virtual
const
Eigen::MatrixXd
AutoCorr
(
const
HWIdentifier
& CellID,
int
gain
,
unsigned
nSamples
=5)
const
=0 ;
24
25
// offline ID
26
//virtual const Eigen::MatrixXd AutoCorr( const Identifier& CellID, int gain, unsigned nSamples=5) const = 0 ;
27
28
static
const
InterfaceID&
interfaceID
() {
return
IID_ILArAutoCorrDecoderTool; }
29
30
} ;
31
32
#endif
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:110
ILArAutoCorrDecoderTool::AutoCorr
virtual const Eigen::MatrixXd AutoCorr(const HWIdentifier &CellID, int gain, unsigned nSamples=5) const =0
HWIdentifier
Definition:
HWIdentifier.h:13
ILArAutoCorrDecoderTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
ILArAutoCorrDecoderTool.h:28
LArDigits2NtupleDumper.nSamples
nSamples
Definition:
LArDigits2NtupleDumper.py:85
ILArAutoCorrDecoderTool
Definition:
ILArAutoCorrDecoderTool.h:18
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Fri Mar 21 2025 21:11:45 for ATLAS Offline Software by
1.8.18