Skip to content

Commit 20473b3

Browse files
Merge pull request #80 from alibuild/alibot-cleanup-16933
Please consider the following formatting changes to #16933
2 parents 8e0d484 + 96ed0b9 commit 20473b3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

PWGLF/DataModel/LFLambda1405Table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ DECLARE_SOA_COLUMN(NSigmaTOFPiDau, nSigmaTOFPiDau, float); //! Number of sigma
5050

5151
// Event properties
5252
DECLARE_SOA_COLUMN(Centrality, centrality, float); //! Centrality of the candidate
53-
DECLARE_SOA_COLUMN(Occupancy, occupancy, float); //! Occupancy of the candidate
53+
DECLARE_SOA_COLUMN(Occupancy, occupancy, float); //! Occupancy of the candidate
5454

5555
// Flow columns
5656
DECLARE_SOA_COLUMN(ScalarProd, scalarProd, float); //! Scalar product of the candidate

PWGLF/Tasks/Resonances/lambda1405analysis.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
#include <ReconstructionDataFormats/Vertex.h>
4646

4747
#include <TF1.h>
48-
#include <THnSparse.h>
4948
#include <TH2.h>
5049
#include <TH3.h>
50+
#include <THnSparse.h>
5151

5252
#include <array>
5353
#include <cmath>
@@ -106,9 +106,9 @@ struct lambda1405candidate {
106106
int sigmaId = 0; // Id of the Sigma candidate in MC
107107
int bachPiId = 0; // Id of the pion candidate in MC
108108

109-
float centMult = -1; // Centrality of the collision
110-
float pvContrib = -1; // Number of contributors to the primary vertex
111-
float occupancy = -1; // Occupancy of the collision
109+
float centMult = -1; // Centrality of the collision
110+
float pvContrib = -1; // Number of contributors to the primary vertex
111+
float occupancy = -1; // Occupancy of the collision
112112

113113
float scalarProd = -1; // Scalar product for flow analysis
114114
};

0 commit comments

Comments
 (0)