Skip to content

Commit dd1a311

Browse files
committed
Please consider the following formatting changes
1 parent c367896 commit dd1a311

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

EventFiltering/PWGLF/nucleiFilter.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ struct nucleiFilter {
210210
fitter2body.setMaxChi2(1e9);
211211
fitter2body.setUseAbsDCA(true);
212212

213-
214213
ccdb->setURL(trgH3L3Body.ccdburl);
215214
ccdb->setCaching(true);
216215
ccdb->setLocalObjectValidityChecking();
@@ -484,8 +483,8 @@ struct nucleiFilter {
484483
auto momTrackParCov = fitter2body.createParentTrackPar();
485484
momTrackParCov.getPxPyPzGlo(mom);
486485
double cosPA = (vtxXYZ[0] * mom[0] + vtxXYZ[1] * mom[1] + vtxXYZ[2] * mom[2]) /
487-
std::sqrt((vtxXYZ[0] * vtxXYZ[0] + vtxXYZ[1] * vtxXYZ[1] + vtxXYZ[2] * vtxXYZ[2]) *
488-
(mom[0] * mom[0] + mom[1] * mom[1] + mom[2] * mom[2]));
486+
std::sqrt((vtxXYZ[0] * vtxXYZ[0] + vtxXYZ[1] * vtxXYZ[1] + vtxXYZ[2] * vtxXYZ[2]) *
487+
(mom[0] * mom[0] + mom[1] * mom[1] + mom[2] * mom[2]));
489488
if (cosPA < cfgCutCosPAheV0) {
490489
continue;
491490
}

0 commit comments

Comments
 (0)