Skip to content

Commit fa3fdce

Browse files
committed
Please consider the following formatting changes
1 parent b41e52c commit fa3fdce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Resonances/f0980pbpbanalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct F0980pbpbanalysis {
107107

108108
Configurable<bool> cfgTrackIsPVContributor{"cfgTrackIsPVContributor", true, "PV contributor track selection"};
109109
Configurable<bool> cfgTrackIsGlobalWoDCATrack{"cfgTrackIsGlobalWoDCATrack", true, "Global track selection without DCA"}; // kQualityTracks (kTrackType | kTPCNCls | kTPCCrossedRows | kTPCCrossedRowsOverNCls | kTPCChi2NDF | kTPCRefit | kITSNCls | kITSChi2NDF | kITSRefit | kITSHits) | kInAcceptanceTracks (kPtRange | kEtaRange)
110-
Configurable<bool> cfgTrackIsPrimaryTrack{"cfgTrackIsPrimaryTrack", true, "Primary track selection"}; // kGoldenChi2 | kDCAxy | kDCAz
110+
Configurable<bool> cfgTrackIsPrimaryTrack{"cfgTrackIsPrimaryTrack", true, "Primary track selection"}; // kGoldenChi2 | kDCAxy | kDCAz
111111

112112
Configurable<double> cfgTrackTPCCrossedRows{"cfgTrackTPCCrossedRows", 70, "nCrossed TPC Rows"};
113113
Configurable<double> cfgTrackTPCFindableClusters{"cfgTrackTPCFindableClusters", 50, "nFindable TPC Clusters"};
@@ -435,7 +435,7 @@ struct F0980pbpbanalysis {
435435
return 0;
436436
}
437437
if (QAConfig.cfgQAEventFlowCut && QA) {
438-
histos.fill(HIST("EventQA/hnEvents"), 9); // Additional PV cut
438+
histos.fill(HIST("EventQA/hnEvents"), 9); // Additional PV cut
439439
histos.fill(HIST("EventQA/hnEvents"), 10); // All passed
440440
}
441441
return 1;

0 commit comments

Comments
 (0)