Skip to content

Commit fd4b170

Browse files
author
Henrik Fribert
committed
Fix: Formatting
1 parent c022bf2 commit fd4b170

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

PWGLF/TableProducer/Strangeness/sigmaHadCorr.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#include "PWGLF/DataModel/LFSigmaHadTables.h"
1818

1919
#include "Common/DataModel/EventSelection.h"
20+
#include "Common/DataModel/Multiplicity.h"
2021
#include "Common/DataModel/PIDResponseTOF.h"
2122
#include "Common/DataModel/PIDResponseTPC.h"
22-
#include "Common/DataModel/Multiplicity.h"
2323

2424
#include <CommonConstants/PhysicsConstants.h>
2525
#include <Framework/ASoA.h>
@@ -85,9 +85,9 @@ struct sigmaHadCand {
8585
float nSigmaTPCHad = -1; // Number of sigmas for the hadron candidate
8686
float nSigmaTOFHad = -1; // Number of sigmas for the hadron candidate using TOF
8787

88-
int kinkDauID = -1; // ID of the pion from Sigma decay in MC
89-
int sigmaID = -1; // ID of the Sigma candidate in MC
90-
int hadID = -1; // ID of the hadron candidate in MC
88+
int kinkDauID = -1; // ID of the pion from Sigma decay in MC
89+
int sigmaID = -1; // ID of the Sigma candidate in MC
90+
int hadID = -1; // ID of the hadron candidate in MC
9191

9292
int sigmaMotherPDG = -999; // PDG of the direct mother of the Sigma in MC
9393
int sigmaPartonicMotherPDG = -999; // PDG of the first or last partonic ancestor of the Sigma in MC
@@ -630,7 +630,7 @@ struct sigmaHadCorrTask {
630630
SliceCache cache;
631631
using BinningTypeNumContrib = ColumnBinningPolicy<aod::collision::PosZ, aod::collision::NumContrib>;
632632
using BinningTypeMultNTracksPV = ColumnBinningPolicy<aod::collision::PosZ, aod::mult::MultNTracksPV>;
633-
BinningTypeNumContrib colBinningNumContrib{{CfgVtxBins, CfgMultBins}, true};
633+
BinningTypeNumContrib colBinningNumContrib{{CfgVtxBins, CfgMultBins}, true};
634634
BinningTypeMultNTracksPV colBinningPVMult{{CfgVtxBins, CfgMultBins}, true};
635635

636636
void processMixedEvent(const CollisionsFull& collisions, const aod::KinkCands& kinkCands, const TracksFull& tracks)

0 commit comments

Comments
 (0)