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
InDetDigitization
PixelDigitization
src
PixelDigitizationUtilities.h
Go to the documentation of this file.
1
/*
2
3
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4
5
*/
6
7
#ifndef PIXELDIGITIZATION_UTILITIES_H
8
#define PIXELDIGITIZATION_UTILITIES_H
9
10
#include <string>
11
#include <tuple>
12
#include <vector>
13
#include <utility>
14
15
namespace
PixelChargeCalib
{
16
struct
Thresholds
;
17
}
18
19
namespace
CLHEP
{
20
class
HepRandomEngine;
21
}
22
struct
BichselData
;
23
24
namespace
PixelDigitization
{
25
std::string
26
formBichselDataFileName
(
int
particleType
,
unsigned
int
nCols
);
27
28
BichselData
29
getBichselDataFromFile
(
const
std::string & fullFilename);
30
31
std::tuple<double, double, double>
32
parseThreeDoubles
(
const
std::string &
line
);
33
34
std::pair<int, int>
35
fastSearch
(
const
std::vector<double> &
vec
,
double
item
);
36
37
double
38
randomThreshold
(
const
PixelChargeCalib::Thresholds
& thresholds, CLHEP::HepRandomEngine* pEngine);
39
40
41
}
42
43
44
45
#endif
checkFileSG.line
line
Definition:
checkFileSG.py:75
PixelDigitization::parseThreeDoubles
std::tuple< double, double, double > parseThreeDoubles(const std::string &line)
Definition:
PixelDigitizationUtilities.cxx:47
BichselData
Definition:
BichselData.h:14
vec
std::vector< size_t > vec
Definition:
CombinationsGeneratorTest.cxx:9
PixelDigitization
Definition:
PixelDigitizationUtilities.cxx:16
particleType
Definition:
particleType.h:29
PixelDigitization::randomThreshold
double randomThreshold(const PixelChargeCalib::Thresholds &t, CLHEP::HepRandomEngine *pEngine)
Definition:
PixelDigitizationUtilities.cxx:105
PixelChargeCalib::Thresholds
Definition:
ChargeCalibParameters.h:73
CLHEP
STD'S.
Definition:
IAtRndmGenSvc.h:19
PixelDigitization::getBichselDataFromFile
BichselData getBichselDataFromFile(const std::string &fullFilename)
Definition:
PixelDigitizationUtilities.cxx:28
RPDUtils::nCols
unsigned constexpr int nCols
Definition:
RPDUtils.h:25
item
Definition:
ItemListSvc.h:43
PixelDigitization::formBichselDataFileName
std::string formBichselDataFileName(int particleType, unsigned int nCols)
Definition:
PixelDigitizationUtilities.cxx:18
Thresholds
Definition:
LArCalorimeter/LArCalibDataQuality/python/Thresholds.py:1
PixelDigitization::fastSearch
std::pair< int, int > fastSearch(const std::vector< double > &vec, double item)
Definition:
PixelDigitizationUtilities.cxx:73
PixelChargeCalib
Definition:
IChargeCalibrationParser.h:30
Generated on Thu Mar 13 2025 21:16:35 for ATLAS Offline Software by
1.8.18