File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments