LDMX Software
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class 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
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Functions
Macros
TrigScint
include
TrigScint
Firmware
clusterproducer.h
1
#ifndef CLUSTERPRODUCER_H
2
#define CLUSTERPRODUCER_H
3
4
#include "objdef.h"
5
6
void
copyHit1(
Hit
One,
Hit
Two);
7
void
copyHit2(
Hit
One,
Hit
Two);
8
// void clusterproducer_ref(Hit inHit[NHITS], Cluster outClus[NCLUS]);
9
std::array<Cluster, NCLUS> clusterproducer_sw(
Hit
inHit[NHITS]);
10
// void clusterproducer_hw(Hit inHit[NHITS], Cluster outClus[NCLUS]);
11
12
#endif
Hit
Definition
objdef.h:49
Generated by
1.12.0