Skip to content

Commit 0b33cfb

Browse files
committed
Please consider the following formatting changes
1 parent 5191ec9 commit 0b33cfb

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

PWGLF/DataModel/LFHStrangeCorrelationTables.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
2525
/// this data model uses the LF one, add here
2626
#include "PWGLF/DataModel/LFStrangenessTables.h"
2727

28-
#include <cmath>
29-
#include "Framework/AnalysisDataModel.h"
3028
#include "Common/Core/RecoDecay.h"
29+
3130
#include "CommonConstants/PhysicsConstants.h"
31+
#include "Framework/AnalysisDataModel.h"
32+
33+
#include <cmath>
3234

3335
// Simple checker
3436
#define bitcheck(var, nbit) ((var) & (1 << (nbit)))

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
/// \author David Dobrigkeit Chinellato (david.dobrigkeit.chinellato@cern.ch)
2222
/// \author Zhongbao Yin (Zhong-Bao.Yin@cern.ch)
2323

24-
#include "PWGLF/DataModel/LFStrangenessTables.h"
2524
#include "PWGLF/DataModel/LFHStrangeCorrelationTables.h"
25+
#include "PWGLF/DataModel/LFStrangenessTables.h"
2626

2727
#include "Common/DataModel/Centrality.h"
2828
#include "Common/DataModel/EventSelection.h"

0 commit comments

Comments
 (0)