Skip to content

Commit 680bf8f

Browse files
committed
Fixing formating: A correlation task for triplets (track-track-v0) in Pb–Pb collisions
1 parent 27ca2db commit 680bf8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGCF/FemtoDream/Tasks/femtoDreamTripletTaskTrackTrackV0PbPb.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct FemtoDreamTripletTaskTrackTrackV0PbPb {
6161
Configurable<bool> confMixIfTVOPairPresent{"confMixIfTVOPairPresent", false, "Use for mixing only events which have a TV0 pair (at least one track and one V0)"};
6262
Configurable<bool> confMixIfTOrVOPartsPresent{"confMixIfTOrVOPartsPresent", false, "Use for mixing only events which have at least one particle of interest"};
6363
Configurable<int> confMinTrackNumber{"confMinTrackNumber", 2, "Minimum number of tracks in the event"};
64-
Configurable<int> confMinV0Number{"confMinV0Number", 1, "Minimum number of V0 in the event"};
64+
Configurable<int> confMinV0Number{"confMinV0Number", 1, "Minimum number of V0 in the event"};
6565

6666
// which CPR to use, old is with a possible bug and new is fixed
6767
Configurable<bool> confUseOLDPossiblyWrongCPR{"confUseOLDPossiblyWrongCPR", true, "Use for old CPR, which possibly has a bug. This is implemented only for debugging reasons to compare old and new code on hyperloop datasets."};
@@ -404,8 +404,7 @@ struct FemtoDreamTripletTaskTrackTrackV0PbPb {
404404
/// process function to call doSameEvent with Data
405405
/// \param col subscribe to the collision table (Data)
406406
/// \param parts subscribe to the femtoDreamParticleTable
407-
void processSameEvent(const FilteredFDCollision& col, const
408-
o2::aod::FDParticles& parts)
407+
void processSameEvent(const FilteredFDCollision& col, const o2::aod::FDParticles& parts)
409408
{
410409
fillCollision<false>(col);
411410
auto thegroupSelectedTracks = selectedParts->sliceByCached(aod::femtodreamparticle::fdCollisionId, col.globalIndex(), cache);

0 commit comments

Comments
 (0)