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 @@
#include "CbmDigiTimeslice.h"
#include "TofReadoutConfig.h"
#include "Trd2dReadoutConfig.h"
#include "TrdReadoutConfig.h"
#include "tof/TofReadoutConfig.h"
#include "tof/UnpackTof.h"
#include "trd/TrdReadoutConfig.h"
#include "trd/UnpackTrd.h"
#include "trd2d/Trd2dReadoutConfig.h"
#include "trd2d/UnpackTrd2d.h"
#include <sstream>
#include <vector>
#include "BmonReadoutConfig.h"
#include "MuchReadoutConfig.h"
#include "StsReadoutConfigLegacy.h"
#include "UnpackBmon.h"
#include "UnpackMuch.h"
#include "UnpackSts.h"
#include "UnpackTof.h"
#include "UnpackTrd.h"
#include "UnpackTrd2d.h"
#include "bmon/BmonReadoutConfig.h"
#include "bmon/UnpackBmon.h"
#include "much/MuchReadoutConfig.h"
#include "much/UnpackMuch.h"
#include "sts/StsReadoutConfigLegacy.h"
#include "sts/UnpackSts.h"
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