Skip to content

Commit 1d49900

Browse files
authored
test
1 parent af4fce7 commit 1d49900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGLF/TableProducer/Nuspex/ebyeMaker.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ float calculateDCAStraightToPV(float X, float Y, float Z, float Px, float Py, fl
9393
{
9494
return std::sqrt((std::pow((pvY - Y) * Pz - (pvZ - Z) * Py, 2) + std::pow((pvX - X) * Pz - (pvZ - Z) * Px, 2) + std::pow((pvX - X) * Py - (pvY - Y) * Px, 2)) / (Px * Px + Py * Py + Pz * Pz));
9595
}
96+
//
9697
void encode16bit(int const& n, uint8_t& low, uint8_t& up)
9798
{
9899
if (n >= (1 << 16)) {

0 commit comments

Comments
 (0)