@@ -62,14 +62,14 @@ enum CandType {
6262
6363// / Code to select collisions with at least one Ds meson
6464struct 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