Skip to content

Commit 50e3f3d

Browse files
authored
Merge pull request #13 from alibuild/alibot-cleanup-15668
Please consider the following formatting changes to #15668
2 parents ef838be + 2566515 commit 50e3f3d

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

PWGLF/DataModel/LFResonanceTables.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ DECLARE_SOA_COLUMN(DaughterTOFNSigmaNegPr10, daughterTOFNSigmaNegPr10, int8_t);
231231
DECLARE_SOA_COLUMN(DaughterTOFNSigmaBachPi10, daughterTOFNSigmaBachPi10, int8_t); //! TOF PID x10 of the bachelor daughter as Pion
232232
DECLARE_SOA_COLUMN(DaughterTOFNSigmaBachKa10, daughterTOFNSigmaBachKa10, int8_t); //! TOF PID x10 of the bachelor daughter as Kaon
233233
DECLARE_SOA_COLUMN(DaughterTOFNSigmaBachPr10, daughterTOFNSigmaBachPr10, int8_t); //! TOF PID x10 of the bachelor daughter as Proton
234-
DECLARE_SOA_COLUMN(NCrossedRowsPos, nCrossedRowsPos, uint8_t); //! Number of TPC crossed rows of the positive daughter
235-
DECLARE_SOA_COLUMN(NCrossedRowsNeg, nCrossedRowsNeg, uint8_t); //! Number of TPC crossed rows of the negative daughter
236-
DECLARE_SOA_COLUMN(NCrossedRowsBach, nCrossedRowsBach, uint8_t); //! Number of TPC crossed rows of the bachelor daughter
234+
DECLARE_SOA_COLUMN(NCrossedRowsPos, nCrossedRowsPos, uint8_t); //! Number of TPC crossed rows of the positive daughter
235+
DECLARE_SOA_COLUMN(NCrossedRowsNeg, nCrossedRowsNeg, uint8_t); //! Number of TPC crossed rows of the negative daughter
236+
DECLARE_SOA_COLUMN(NCrossedRowsBach, nCrossedRowsBach, uint8_t); //! Number of TPC crossed rows of the bachelor daughter
237237
// For MC
238238
DECLARE_SOA_INDEX_COLUMN(McParticle, mcParticle); //! Index of the corresponding MC particle
239239
DECLARE_SOA_COLUMN(IsPhysicalPrimary, isPhysicalPrimary, bool);

PWGLF/TableProducer/Resonances/resonanceInitializer.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -796,8 +796,8 @@ struct ResonanceInitializer {
796796
v0.dcapostopv(),
797797
v0.dcanegtopv(),
798798
v0.dcav0topv(),
799-
static_cast<uint8_t>(v0.template posTrack_as<TrackType>().tpcNClsCrossedRows()),
800-
static_cast<uint8_t>(v0.template negTrack_as<TrackType>().tpcNClsCrossedRows()),
799+
static_cast<uint8_t>(v0.template posTrack_as<TrackType>().tpcNClsCrossedRows()),
800+
static_cast<uint8_t>(v0.template negTrack_as<TrackType>().tpcNClsCrossedRows()),
801801
v0.mLambda(),
802802
v0.mAntiLambda(),
803803
v0.mK0Short(),
@@ -1741,7 +1741,7 @@ struct ResonanceInitializer {
17411741
resoSpheroCollisions(computeSpherocity(tracks, trackSphMin, trackSphDef));
17421742
resoEvtPlCollisions(0, 0, 0, 0);
17431743
fillMCCollision<false>(collision, mcParticles);
1744-
// Loop over all MC particles
1744+
// Loop over all MC particles
17451745
auto mcParts = selectedMCParticles->sliceBy(perMcCollision, collision.mcCollision().globalIndex());
17461746
fillMCParticles(mcParts, mcParticles);
17471747

@@ -1829,7 +1829,7 @@ struct ResonanceInitializer {
18291829
mult = mcCollision.multMCNParticlesEta10();
18301830

18311831
fillMCCollision<false>(collision, mcParticles, impactpar, mult);
1832-
// Loop over all MC particles
1832+
// Loop over all MC particles
18331833
auto mcParts = selectedMCParticles->sliceBy(perMcCollision, mcId);
18341834
fillMCParticles(mcParts, mcParticles);
18351835

PWGLF/Tasks/Resonances/xi1530Analysisqa.cxx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ struct Xi1530Analysisqa {
183183
Configurable<float> cMaxProperLifetimeCut{"cMaxProperLifetimeCut", 4.7, "Maximum proper lifetime cut for Xi- candidates"};
184184
Configurable<float> cMinNCrossedRowsTPCPos{"cMinNCrossedRowsTPCPos", 50, "Minimum number of crossed rows in TPC for positive track in cascade"};
185185
Configurable<float> cMinNCrossedRowsTPCNeg{"cMinNCrossedRowsTPCNeg", 50, "Minimum number of crossed rows in TPC for negative track in cascade"};
186-
Configurable<float> cMinNCrossedRowsTPCBach{"cMinNCrossedRowsTPCBach", 50, "Minimum number of crossed rows in TPC for bachelor track in cascade"};
186+
Configurable<float> cMinNCrossedRowsTPCBach{"cMinNCrossedRowsTPCBach", 50, "Minimum number of crossed rows in TPC for bachelor track in cascade"};
187187

188188
} cascadeConfig;
189189

@@ -564,11 +564,11 @@ struct Xi1530Analysisqa {
564564
return false;
565565
if (std::abs(track.pt()) <= primarytrackConfig.cMinPtcut)
566566
return false;
567-
if(track.nCrossedRowsPos() <= cascadeConfig.cMinNCrossedRowsTPCPos)
567+
if (track.nCrossedRowsPos() <= cascadeConfig.cMinNCrossedRowsTPCPos)
568568
return false;
569-
if(track.nCrossedRowsNeg() <= cascadeConfig.cMinNCrossedRowsTPCNeg)
569+
if (track.nCrossedRowsNeg() <= cascadeConfig.cMinNCrossedRowsTPCNeg)
570570
return false;
571-
if(track.nCrossedRowsBach() <= cascadeConfig.cMinNCrossedRowsTPCBach)
571+
if (track.nCrossedRowsBach() <= cascadeConfig.cMinNCrossedRowsTPCBach)
572572
return false;
573573
if (primarytrackConfig.cDCAxyToPVAsPtForCasc) {
574574
if (std::abs(track.dcaXYCascToPV()) >= (primarytrackConfig.cDCAxyToPVByPtCascP0 + primarytrackConfig.cDCAxyToPVByPtCascExp * track.pt()))
@@ -1353,7 +1353,6 @@ struct Xi1530Analysisqa {
13531353
histos.fill(HIST("h3Xi1530Gen"), part.pt(), inCent, multiplicity);
13541354
else
13551355
histos.fill(HIST("h3Xi1530GenAnti"), part.pt(), inCent, multiplicity);
1356-
13571356
}
13581357
}
13591358

@@ -1433,7 +1432,7 @@ struct Xi1530Analysisqa {
14331432
PROCESS_SWITCH(Xi1530Analysisqa, processMCTrue, "Process Event for MC (Generated)", false);
14341433
PROCESS_SWITCH(Xi1530Analysisqa, processDataMicro, "Process Event for Data (MicroTrack)", false);
14351434
PROCESS_SWITCH(Xi1530Analysisqa, processMEMicro, "Process EventMixing (MicroTrack) ", false);
1436-
PROCESS_SWITCH(Xi1530Analysisqa, processMEDF, "Process EventMixing (DataFrame) ", false);
1435+
PROCESS_SWITCH(Xi1530Analysisqa, processMEDF, "Process EventMixing (DataFrame) ", false);
14371436
};
14381437

14391438
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)