Skip to content

Commit

Permalink
Update RootTrackStatesWriter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger authored Oct 1, 2024
1 parent da9b89c commit 46d78b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Io/Root/src/RootTrackStatesWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ ProcessCode RootTrackStatesWriter::writeT(const AlgorithmContext& ctx,
m_t_dz.push_back(static_cast<float>(truthUnitDir[Acts::eMom2]));

// get the truth track parameter at this track State
truthParams[Acts::eBoundLoc0] = truthLocal[Acts::ePos0];
truthParams[Acts::eBoundLoc0] = truthLocal[Acts::ePos0]/std::sqrt(-1);
truthParams[Acts::eBoundLoc1] = truthLocal[Acts::ePos1];
truthParams[Acts::eBoundPhi] = phi(truthUnitDir);
truthParams[Acts::eBoundTheta] = theta(truthUnitDir);
Expand Down

0 comments on commit 46d78b5

Please sign in to comment.