Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Roll back some header file changes to reduce dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VourMa committed May 30, 2024
1 parent bde99c8 commit 37b465a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions SDL/LST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
#include "LST.h"
#endif

#include "Event.h"

#include "Math/Vector3D.h"
using XYZVector = ROOT::Math::XYZVector;

void SDL::LST<SDL::Acc>::run(SDL::QueueAcc& queue,
bool verbose,
const LSTESDeviceData<SDL::Dev>* deviceESData,
Expand Down
5 changes: 0 additions & 5 deletions SDL/LST.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
#include "LSTESData.h"
#endif

#include "Event.h"

#include "Math/Vector3D.h"
using XYZVector = ROOT::Math::XYZVector;

#include <cstdlib>
#include <numeric>
#include <mutex>
Expand Down
1 change: 1 addition & 0 deletions bin/sdl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "rooutil.h"
#include "cxxopts.h"

#include "SDL/Event.h"
#include "SDL/LST.h"

// Efficiency study modules
Expand Down

0 comments on commit 37b465a

Please sign in to comment.