LDMX Software
TrigScint
include
TrigScint
Firmware
hitproducer.h
1
#ifndef HITPRODUCER_H
2
#define HITPRODUCER_H
3
4
#include "objdef.h"
5
6
#ifdef TS_NOT_EMULATION
7
void
copyHit1(
Hit
One,
Hit
Two);
8
void
copyHit2(
Hit
One,
Hit
Two);
9
void
hitproducer_ref(
ap_uint<14>
FIFO[NHITS][5],
Hit
outHit[NHITS],
10
ap_uint<8>
Peds[NHITS]);
11
#endif
12
void
hitproducer_hw(
ap_uint<14>
FIFO[NHITS][5],
Hit
outHit[NHITS],
13
ap_uint<8>
Peds[NHITS]);
14
15
#endif
Hit
Definition
objdef.h:49
ap_uint
Unsigned Arbitrary Precision Type.
Definition
ap_int.h:166
Generated by
1.9.8