Belle II Software
release-06-01-15
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
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
v
w
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
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
Channel.cc
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#include <iostream>
10
#include "trg/trg/Channel.h"
11
#include "trg/trg/Board.h"
12
13
using namespace
std;
14
15
namespace
Belle2
{
21
TRGChannel::TRGChannel(
const
std::string& name,
22
const
TRGBoard
& sender,
23
const
TRGBoard
& receiver)
24
: _name(name),
25
_sender(sender),
26
_receiver(receiver),
27
_data(0)
28
{
29
}
30
31
TRGChannel::~TRGChannel
()
32
{
33
}
34
36
}
// namespace Belle2
Belle2::TRGBoard
A class to represent a trigger board.
Definition:
Board.h:25
Belle2::TRGChannel::~TRGChannel
virtual ~TRGChannel()
Destructor.
Definition:
Channel.cc:31
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
trg
trg
src
Channel.cc
Generated on Fri Dec 8 2023 04:34:48 for Belle II Software by
1.9.1