Skip to content

Commit 094aef2

Browse files
authored
Merge pull request #7 from alibuild/alibot-cleanup-12166
Please consider the following formatting changes to #12166
2 parents 5f8cdf3 + 8eda4cc commit 094aef2

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

ALICE3/TableProducer/alice3-correlatorDDbar.cxx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,20 @@
1414
///
1515
/// \author Fabio Colamaria <fabio.colamaria@ba.infn.it>, INFN Bari
1616

17-
#include <vector>
17+
#include "PWGHF/Core/HfHelper.h"
18+
#include "PWGHF/Core/SelectorCuts.h"
19+
#include "PWGHF/HFC/DataModel/CorrelationTables.h"
20+
21+
#include "ALICE3/DataModel/A3DecayFinderTables.h"
22+
#include "Common/Core/TrackSelection.h"
23+
#include "Common/DataModel/TrackSelectionTables.h"
1824

1925
#include "CommonConstants/PhysicsConstants.h"
2026
#include "Framework/AnalysisTask.h"
2127
#include "Framework/HistogramRegistry.h"
2228
#include "Framework/runDataProcessing.h"
2329

24-
#include "Common/Core/TrackSelection.h"
25-
#include "Common/DataModel/TrackSelectionTables.h"
26-
27-
#include "ALICE3/DataModel/A3DecayFinderTables.h"
28-
29-
#include "PWGHF/Core/HfHelper.h"
30-
#include "PWGHF/Core/SelectorCuts.h"
31-
#include "PWGHF/HFC/DataModel/CorrelationTables.h"
30+
#include <vector>
3231

3332
using namespace o2;
3433
using namespace o2::analysis;
@@ -240,7 +239,7 @@ struct alice3correlatorddbar {
240239
if (candidate1.isSelD0() >= selectionFlagD0) { // only reco as D0
241240
if (candidate1.mcTruthInfo() == 1) { // also matched as D0
242241
registry.fill(HIST("hMassD0MCRecSig"), candidate1.m(), candidate1.pt(), efficiencyWeight); // here m is univoque, since a given candidate passes the selection with only a single mass option
243-
registry.fill(HIST("hMassD0MCRecSig_NoEff"), candidate1.m(), candidate1.pt());
242+
registry.fill(HIST("hMassD0MCRecSig_NoEff"), candidate1.m(), candidate1.pt());
244243
} else if (candidate1.mcTruthInfo() == 2) {
245244
registry.fill(HIST("hMassD0MCRecRefl"), candidate1.m(), candidate1.pt(), efficiencyWeight);
246245
registry.fill(HIST("hMassD0MCRecRefl_NoEff"), candidate1.m(), candidate1.pt());

0 commit comments

Comments
 (0)