mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-23 20:07:59 +02:00
cluster finder (#72)
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>
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
// 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"
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include "aare/file_io/ClusterFile.hpp"
|
||||
#include "aare/file_io/ClusterFileV2.hpp"
|
||||
#include "aare/file_io/File.hpp"
|
||||
#include "aare/file_io/FileInterface.hpp"
|
||||
#include "aare/file_io/NumpyFile.hpp"
|
||||
|
@ -1 +1,2 @@
|
||||
#include "aare/processing/ClusterFinder.hpp"
|
||||
#include "aare/processing/Pedestal.hpp"
|
Reference in New Issue
Block a user