LDMX Software
clusterproducer.h
1#ifndef CLUSTERPRODUCER_H
2#define CLUSTERPRODUCER_H
3
4#include "objdef.h"
5
6void copyHit1(Hit One, Hit Two);
7void copyHit2(Hit One, Hit Two);
8// void clusterproducer_ref(Hit inHit[NHITS], Cluster outClus[NCLUS]);
9std::array<Cluster, NCLUS> clusterproducer_sw(Hit inHit[NHITS]);
10// void clusterproducer_hw(Hit inHit[NHITS], Cluster outClus[NCLUS]);
11
12#endif
Definition objdef.h:49