Belle II Software
release-05-02-19
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
h
i
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
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
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
DigitBase.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2010-2011 Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Marko Staric *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
#include <framework/datastore/RelationsObject.h>
14
15
namespace
Belle2
{
28
class
DigitBase :
public
RelationsObject
{
29
30
public
:
34
enum
EAppendStatus
{
35
c_DontAppend
= 0,
36
c_Append
= 1
37
};
38
42
DigitBase
() {}
43
49
virtual
unsigned
int
getUniqueChannelID
()
const
= 0;
50
58
virtual
EAppendStatus
addBGDigit
(
const
DigitBase
* bg) = 0;
59
60
private
:
61
ClassDef
(
DigitBase
, 2);
62
};
64
}
// end namespace Belle2
Belle2::DigitBase::EAppendStatus
EAppendStatus
Enum for return state of addBGDigit function.
Definition:
DigitBase.h:42
Belle2::DigitBase::ClassDef
ClassDef(DigitBase, 2)
ClassDef.
Belle2::DigitBase::DigitBase
DigitBase()
Constructor.
Definition:
DigitBase.h:50
Belle2::DigitBase::c_DontAppend
@ c_DontAppend
do not append BG digit to digits
Definition:
DigitBase.h:43
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::DigitBase::getUniqueChannelID
virtual unsigned int getUniqueChannelID() const =0
Enables BG overlay module to identify uniquely the physical channel of this Digit.
Belle2::RelationsObject
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
Definition:
RelationsObject.h:443
Belle2::DigitBase::c_Append
@ c_Append
append BG digit to digits
Definition:
DigitBase.h:44
Belle2::DigitBase::addBGDigit
virtual EAppendStatus addBGDigit(const DigitBase *bg)=0
The pile-up method.
Belle2::DigitBase
A common base for subdetector Digits.
Definition:
DigitBase.h:36
framework
dataobjects
include
DigitBase.h
Generated on Tue Jan 4 2022 02:56:30 for Belle II Software by
1.8.17