mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-08 05:30:41 +02:00

implement fixed size cluster finder algorithm clusterFile functions are commented and put on hold. --------- Co-authored-by: Bechir <bechir.brahem420@gmail.com> Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
10 lines
295 B
C++
10 lines
295 B
C++
// This is the top level header to include and what most users will use
|
|
|
|
// include all header files
|
|
// #define private public
|
|
// #define protected public
|
|
#include "aare/core.hpp"
|
|
#include "aare/file_io.hpp"
|
|
#include "aare/network_io.hpp"
|
|
#include "aare/processing.hpp"
|
|
#include "aare/utils.hpp" |