Skip to content
Snippets Groups Projects
Commit 168bd2de authored by Felix Weiglhofer's avatar Felix Weiglhofer Committed by Volker Friese
Browse files

algo: Fix Unpack.h includes.

parent 2bbb9621
No related branches found
No related tags found
1 merge request!1193algo: Change include scheme.
Pipeline #22741 passed
...@@ -8,22 +8,22 @@ ...@@ -8,22 +8,22 @@
#include "CbmDigiTimeslice.h" #include "CbmDigiTimeslice.h"
#include "TofReadoutConfig.h" #include "tof/TofReadoutConfig.h"
#include "Trd2dReadoutConfig.h" #include "tof/UnpackTof.h"
#include "TrdReadoutConfig.h" #include "trd/TrdReadoutConfig.h"
#include "trd/UnpackTrd.h"
#include "trd2d/Trd2dReadoutConfig.h"
#include "trd2d/UnpackTrd2d.h"
#include <sstream> #include <sstream>
#include <vector> #include <vector>
#include "BmonReadoutConfig.h" #include "bmon/BmonReadoutConfig.h"
#include "MuchReadoutConfig.h" #include "bmon/UnpackBmon.h"
#include "StsReadoutConfigLegacy.h" #include "much/MuchReadoutConfig.h"
#include "UnpackBmon.h" #include "much/UnpackMuch.h"
#include "UnpackMuch.h" #include "sts/StsReadoutConfigLegacy.h"
#include "UnpackSts.h" #include "sts/UnpackSts.h"
#include "UnpackTof.h"
#include "UnpackTrd.h"
#include "UnpackTrd2d.h"
namespace cbm::algo namespace cbm::algo
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment