Skip to content

Commit 4b08b0d

Browse files
committed
Changed header group ordering
1 parent 1b14951 commit 4b08b0d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ for different pt ranges (constituting bins). The values are inserted as configur
2020
Also feed-down matrices for the Lambda and Anti-Lambda are produced.
2121
This analysis includes three processes, one for Real Data and two for MC at the Generated and Reconstructed level*/
2222

23-
#include "PWGLF/DataModel/LFStrangenessTables.h"
24-
#include "Framework/O2DatabasePDGPlugin.h"
25-
#include "PWGLF/Utils/inelGt.h"
26-
2723
#include "Common/DataModel/EventSelection.h"
2824
#include "Common/DataModel/PIDResponse.h"
2925

3026
#include "CommonConstants/PhysicsConstants.h"
3127
#include "CommonUtils/StringUtils.h"
3228
#include "Framework/AnalysisTask.h"
29+
#include "Framework/O2DatabasePDGPlugin.h"
3330
#include "Framework/runDataProcessing.h"
3431

32+
#include "PWGLF/DataModel/LFStrangenessTables.h"
33+
#include "PWGLF/Utils/inelGt.h"
34+
3535
#include "TPDGCode.h"
3636

3737
#include <memory>

0 commit comments

Comments
 (0)