@@ -329,7 +329,7 @@ struct ThreeParticleCorrelations {
329329
330330 void processSame (MyFilteredCollision const & collision, aod::V0Datas const & v0s, MyFilteredTracks const & tracks, aod::BCsWithTimestamps const &)
331331 {
332-
332+
333333 if (!acceptEvent (collision, true )) {
334334 return ;
335335 }
@@ -338,10 +338,10 @@ struct ThreeParticleCorrelations {
338338 auto bField = getMagneticField (bc.timestamp ());
339339 if (confBfieldSwitch != 0 ) {
340340 if (std::signbit (static_cast <double >(confBfieldSwitch)) != std::signbit (bField)) {
341- return ;
341+ return ;
342342 }
343343 }
344-
344+
345345 rQARegistry.fill (HIST (" hEventCentrality" ), collision.centFT0C ());
346346 rQARegistry.fill (HIST (" hEventZvtx" ), collision.posZ ());
347347 rQARegistry.fill (HIST (" hEventBfield" ), bField);
@@ -465,11 +465,11 @@ struct ThreeParticleCorrelations {
465465 auto bc = coll_1.bc_as <aod::BCsWithTimestamps>();
466466 auto bField = getMagneticField (bc.timestamp ());
467467 if (confBfieldSwitch != 0 ) {
468- if (std::signbit (static_cast <double >(confBfieldSwitch)) != std::signbit (bField)) {
469- return ;
470- }
468+ if (std::signbit (static_cast <double >(confBfieldSwitch)) != std::signbit (bField)) {
469+ return ;
470+ }
471471 }
472-
472+
473473 for (const auto & [trigger, associate] : soa::combinations (soa::CombinationsFullIndexPolicy (v0_1, track_2))) {
474474 if (v0Filters (coll_1, trigger, tracks) && trackFilters (associate)) {
475475 if (radialDistanceFilter (trigger, associate, bField, true ) && fakeV0Filter (trigger, associate)) {
0 commit comments