Skip to content

Commit ea41df9

Browse files
committed
Fixing formating: A correlation task for triplets (track-track-v0) in Pb–Pb collisions
1 parent 8383072 commit ea41df9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

PWGCF/FemtoDream/Tasks/femtoDreamTripletTaskTrackTrackV0PbPb.cxx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
/// \further modifications: Wioleta Rzęsa, wioleta.rzesa@cern.ch
1616

1717
#include "PWGCF/DataModel/FemtoDerived.h"
18-
#include "PWGCF/FemtoDream/Core/femtoDreamParticleHisto.h"
19-
#include "PWGCF/FemtoDream/Core/femtoDreamEventHisto.h"
20-
#include "PWGCF/FemtoDream/Core/femtoDreamPairCleaner.h"
2118
#include "PWGCF/FemtoDream/Core/femtoDreamContainerThreeBody.h"
2219
#include "PWGCF/FemtoDream/Core/femtoDreamDetaDphiStar.h"
20+
#include "PWGCF/FemtoDream/Core/femtoDreamEventHisto.h"
21+
#include "PWGCF/FemtoDream/Core/femtoDreamPairCleaner.h"
22+
#include "PWGCF/FemtoDream/Core/femtoDreamParticleHisto.h"
2323
#include "PWGCF/FemtoDream/Core/femtoDreamUtils.h"
2424

2525
#include "Framework/ASoAHelpers.h"
@@ -29,13 +29,12 @@
2929
#include "Framework/RunningWorkflowInfo.h"
3030
#include "Framework/StepTHn.h"
3131
#include "Framework/runDataProcessing.h"
32-
#include "Framework/O2DatabasePDGPlugin.h"
3332

3433
#include "TDatabasePDG.h"
3534

36-
#include <vector>
3735
#include <bitset>
3836
#include <string>
37+
#include <vector>
3938

4039
using namespace o2;
4140
using namespace o2::analysis::femtoDream;

0 commit comments

Comments
 (0)