Skip to content

Commit bba362c

Browse files
Merge pull request #44 from alibuild/alibot-cleanup-13141
Please consider the following formatting changes to AliceO2Group#13141
2 parents 487b93f + 9a45cc5 commit bba362c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

PWGHF/HFC/DataModel/DerivedDataCorrelationTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ DECLARE_SOA_TABLE(HfcRedSEChBases, "AOD", "HFCREDSECHBASE", //! Table with Same
169169
aod::hf_correl_charm_had_reduced::PtAssoc,
170170
aod::hf_correl_charm_had_reduced::DeltaEta,
171171
aod::hf_correl_charm_had_reduced::DeltaPhi);
172-
172+
173173
DECLARE_SOA_TABLE(HfcRedSEHadBases, "AOD", "HFCREDSEHADBASE", //! Table with Same Event Trig-Assoc pairs
174174
aod::hf_correl_charm_had_reduced::HfcRedCorrCollId,
175175
aod::hf_correl_charm_had_reduced::HfcRedTrigTrackId,

PWGHF/HFC/TableProducer/derivedDataCreatorCorrelationsReduced.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ enum CandType {
6262

6363
/// Code to select collisions with at least one Ds meson
6464
struct HfDerivedDataCreatorCorrelationsReduced {
65-
Produces<aod::HfcRedCorrColls> rowCollisions; // Table with reduced collision info
66-
Produces<aod::HfcRedSEChBases> rowSECharmHadPairs; // Table with same-event pairs info
67-
Produces<aod::HfcRedSEHadBases> rowSEHadHadPairs; // Table with same-event pairs info
68-
Produces<aod::HfcRedAssBases> rowAssocBases; // Table with associated candidate base info
69-
Produces<aod::HfcRedAssTracks> rowAssocTrkSels; // Table with associated track selection info
70-
Produces<aod::HfcRedTrigBases> rowTrigBases; // Table with base trigger candidate info
71-
Produces<aod::HfcRedTrigCharms> rowTrigCharms; // Table with charm trigger candidate selection info
72-
Produces<aod::HfcRedTrigTracks> rowTrigHads; // Table with hadron trigger candidate selection info
65+
Produces<aod::HfcRedCorrColls> rowCollisions; // Table with reduced collision info
66+
Produces<aod::HfcRedSEChBases> rowSECharmHadPairs; // Table with same-event pairs info
67+
Produces<aod::HfcRedSEHadBases> rowSEHadHadPairs; // Table with same-event pairs info
68+
Produces<aod::HfcRedAssBases> rowAssocBases; // Table with associated candidate base info
69+
Produces<aod::HfcRedAssTracks> rowAssocTrkSels; // Table with associated track selection info
70+
Produces<aod::HfcRedTrigBases> rowTrigBases; // Table with base trigger candidate info
71+
Produces<aod::HfcRedTrigCharms> rowTrigCharms; // Table with charm trigger candidate selection info
72+
Produces<aod::HfcRedTrigTracks> rowTrigHads; // Table with hadron trigger candidate selection info
7373

7474
Configurable<int> centEstimator{"centEstimator", 2, "Centrality estimation (FT0A: 1, FT0C: 2, FT0M: 3, FV0A: 4)"};
7575
Configurable<int> selectionFlag{"selectionFlag", 15, "Selection Flag for hadron (ML score tables are required to run the task)"};

0 commit comments

Comments
 (0)