new folder structure

This commit is contained in:
Erik Frojdh
2024-03-07 15:48:06 +01:00
parent 52865930c2
commit ef61e62238
34 changed files with 126 additions and 103 deletions

View File

@ -1,6 +1,6 @@
// Your First C++ Program
#include <iostream>
#include "file_io/FileHandler.hpp"
#include "aare/FileHandler.hpp"
using JFileHandler = FileHandler<DetectorType::Jungfrau,uint16_t>;
using JFile = File<DetectorType::Jungfrau,uint16_t>;