Skip to content

Commit eddaf96

Browse files
authored
Merge pull request #20 from alibuild/alibot-cleanup-11694
[PWGEM] Please consider the following formatting changes to #11694
2 parents a49cb81 + d34ac4b commit eddaf96

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

PWGEM/PhotonMeson/Tasks/emcalBcWiseGammaGamma.cxx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
/// \author Nicolas Strangmann (nicolas.strangmann@cern.ch) Goethe University Frankfurt
1818
///
1919

20-
#include "Framework/runDataProcessing.h"
20+
#include "PWGEM/PhotonMeson/DataModel/bcWiseTables.h"
21+
22+
#include "CommonConstants/MathConstants.h"
23+
#include "EMCALBase/Geometry.h"
2124
#include "Framework/AnalysisTask.h"
2225
#include "Framework/HistogramRegistry.h"
26+
#include "Framework/runDataProcessing.h"
2327

24-
#include "TString.h"
25-
#include "Math/Vector4D.h"
26-
#include "Math/Vector3D.h"
28+
#include "Math/AxisAngle.h"
2729
#include "Math/LorentzRotation.h"
2830
#include "Math/Rotation3D.h"
29-
#include "Math/AxisAngle.h"
30-
31-
#include "CommonConstants/MathConstants.h"
32-
#include "EMCALBase/Geometry.h"
33-
#include "PWGEM/PhotonMeson/DataModel/bcWiseTables.h"
31+
#include "Math/Vector3D.h"
32+
#include "Math/Vector4D.h"
33+
#include "TString.h"
3434

3535
using namespace o2;
3636
using namespace o2::framework;

0 commit comments

Comments
 (0)