Skip to content

Commit 64bde33

Browse files
committed
clang
1 parent 5b0bfa4 commit 64bde33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGLF/Tasks/Strangeness/nonPromptCascade.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12+
#include "PWGLF/DataModel/LFNonPromptCascadeTables.h"
13+
#include "PWGLF/DataModel/LFStrangenessTables.h"
14+
1215
#include "Common/Core/RecoDecay.h"
1316
#include "Common/Core/Zorro.h"
1417
#include "Common/Core/ZorroSummary.h"
@@ -34,6 +37,8 @@
3437
#include "Framework/O2DatabasePDGPlugin.h"
3538
#include "Framework/runDataProcessing.h"
3639
#include "MathUtils/BetheBlochAleph.h"
40+
#include "ReconstructionDataFormats/DCA.h"
41+
#include "ReconstructionDataFormats/Track.h"
3742
#include "ReconstructionDataFormats/Vertex.h"
3843

3944
#include "Math/Vector4D.h"
@@ -46,11 +51,6 @@
4651
#include <memory>
4752
#include <string>
4853
#include <vector>
49-
#include "PWGLF/DataModel/LFNonPromptCascadeTables.h"
50-
#include "PWGLF/DataModel/LFStrangenessTables.h"
51-
52-
#include "ReconstructionDataFormats/DCA.h"
53-
#include "ReconstructionDataFormats/Track.h"
5454

5555
using namespace o2;
5656
using namespace o2::framework;

0 commit comments

Comments
 (0)