DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Point.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace dbscan {
4
5struct Point
6{
7 int chan;
8 float time;
9};
10
11}
float time
Definition Point.hpp:8