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
SiDigitization
SiDigitization
IRandomDisabledCellGenerator.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5
*/
6
13
#ifndef SIDIGITIZATION_IRANDOMDISABLEDCELLGENERATOR_H
14
#define SIDIGITIZATION_IRANDOMDISABLEDCELLGENERATOR_H
15
16
//Inheritance
17
#include "
SiDigitization/ISiChargedDiodesProcessorTool.h
"
18
19
//methods
20
class
SiChargedDiodeCollection
;
21
namespace
CLHEP
{
22
class
HepRandomEngine;
23
}
24
25
static
const
InterfaceID IID_IRandomDisabledCellGenerator(
"IRandomDisabledCellGenerator"
,1,0);
26
27
class
IRandomDisabledCellGenerator
:
virtual
public
ISiChargedDiodesProcessorTool
{
28
30
// Public methods:
32
public
:
33
34
//Retrieve interface ID
35
static
const
InterfaceID&
interfaceID
() {
return
IID_IRandomDisabledCellGenerator; }
36
37
// Destructor:
38
virtual
~IRandomDisabledCellGenerator
() {}
39
40
};
41
42
#endif // SIDIGITIZATION_IRANDOMDISABLEDCELLGENERATOR_H
IRandomDisabledCellGenerator::interfaceID
static const InterfaceID & interfaceID()
Definition:
IRandomDisabledCellGenerator.h:35
ISiChargedDiodesProcessorTool
Definition:
ISiChargedDiodesProcessorTool.h:26
ISiChargedDiodesProcessorTool.h
SiChargedDiodeCollection
Definition:
SiChargedDiodeCollection.h:109
CLHEP
STD'S.
Definition:
IAtRndmGenSvc.h:19
IRandomDisabledCellGenerator::~IRandomDisabledCellGenerator
virtual ~IRandomDisabledCellGenerator()
Definition:
IRandomDisabledCellGenerator.h:38
IRandomDisabledCellGenerator
Definition:
IRandomDisabledCellGenerator.h:27
Generated on Sun Mar 23 2025 21:12:16 for ATLAS Offline Software by
1.8.18