File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -281,21 +281,17 @@ struct PhiStrangenessCorrelation {
281281 // using FilteredTracks = soa::Filtered<FullTracks>;
282282 // using FilteredMCTracks = soa::Filtered<FullMCTracks>;
283283
284- // Preslice for manual slicing
284+ // Slice cache and Preslices for table slicing
285+ SliceCache cache;
286+
285287 struct : PresliceGroup {
286288 Preslice<FullMCV0s> v0PerCollision = aod::v0::collisionId;
287289 Preslice<FullMCTracks> trackPerCollision = aod::track::collisionId;
288290 Preslice<aod::McParticles> mcPartPerMcCollision = aod::mcparticle::mcCollisionId;
289- // Preslice<aod::PhimesonCandidatesData> phiCandDataPerCollision = aod::lf_selection_phi_candidate::collisionId;
290- // PresliceUnsorted<SimCollisions> collPerMCCollision = aod::mccollisionlabel::mcCollisionId;
291+ Preslice<aod::PhimesonCandidatesData> phiCandDataPerCollision = aod::lf_selection_phi_candidate::collisionId;
291292 PresliceUnsorted<aod::PhimesonCandidatesMcReco> phiCandPerCollision = aod::lf_selection_phi_candidate::collisionId;
292-
293- // Preslice<aod::McParticles> mcPartPerMCCollision = aod::mcparticle::mcCollisionId;
294293 } preslices;
295294
296- // Slice cache for mixed event
297- SliceCache cache;
298-
299295 // Necessary service to retrieve efficiency maps from CCDB
300296 Service<ccdb::BasicCCDBManager> ccdb;
301297
You can’t perform that action at this time.
0 commit comments