We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191f32f commit 0bc2b01Copy full SHA for 0bc2b01
PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx
@@ -217,8 +217,6 @@ struct HfCorrelatorDplusHadrons {
217
Filter trackFilter = (nabs(aod::track::eta) < etaTrackMax) && (nabs(aod::track::pt) > ptTrackMin) && (nabs(aod::track::dcaXY) < dcaXYTrackMax) && (nabs(aod::track::dcaZ) < dcaZTrackMax);
218
// Filter particlesFilter = nabs(aod::mcparticle::pdgCode) == 411 || ((aod::mcparticle::flags & (uint8_t)o2::aod::mcparticle::enums::PhysicalPrimary) == (uint8_t)o2::aod::mcparticle::enums::PhysicalPrimary);
219
220
- Preslice<aod::HfCand3Prong> perCol = aod::hf_cand::collisionId;
221
-
222
HistogramRegistry registry{"registry", {}, OutputObjHandlingPolicy::AnalysisObject};
223
224
void init(InitContext&)
0 commit comments