LDMX Software
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.9.8