Skip to content

Commit 83b9c16

Browse files
committed
Please consider the following formatting changes
1 parent 9006b9a commit 83b9c16

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,24 @@ 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 <memory>
24-
#include <vector>
25-
#include <string>
26-
#include <utility>
23+
#include "PWGLF/DataModel/LFStrangenessTables.h"
24+
#include "PWGLF/Utils/inelGt.h"
2725

28-
#include "Framework/runDataProcessing.h"
29-
#include "Framework/AnalysisTask.h"
3026
#include "Common/DataModel/EventSelection.h"
31-
#include "PWGLF/DataModel/LFStrangenessTables.h"
3227
#include "Common/DataModel/PIDResponse.h"
28+
29+
#include "CommonConstants/PhysicsConstants.h"
3330
#include "CommonUtils/StringUtils.h"
31+
#include "Framework/AnalysisTask.h"
3432
#include "Framework/O2DatabasePDGPlugin.h"
35-
#include "CommonConstants/PhysicsConstants.h"
33+
#include "Framework/runDataProcessing.h"
34+
3635
#include "TPDGCode.h"
37-
#include "PWGLF/Utils/inelGt.h"
36+
37+
#include <memory>
38+
#include <string>
39+
#include <utility>
40+
#include <vector>
3841

3942
// namespace to be used for pt plots and bins
4043
namespace pthistos

0 commit comments

Comments
 (0)