Skip to content
Snippets Groups Projects
Commit 70e43eb7 authored by Gitlab CI's avatar Gitlab CI Committed by Hangyi Wu
Browse files

Fixed formatting

patch generated by https://gitlab.cern.ch/lhcb/Detector/-/jobs/31298129
parent 13519671
No related branches found
No related tags found
No related merge requests found
Pipeline #5952770 passed
......@@ -232,7 +232,7 @@ LHCb::Detector::UT::detail::DeUTSectorObject::DeUTSectorObject( const dd4hep::De
}
{ // cacheInfo
auto thisSector = DeUTSector{ this };
auto thisSector = DeUTSector{this};
auto firstTraj = thisSector.createTraj( thisSector.firstStrip(), 0 );
// if ( m_stripflip && xInverted() ) firstTraj = createTraj( m_nStrip, 0 );
if ( thisSector.stripflip() && thisSector.xInverted() )
......@@ -243,7 +243,7 @@ LHCb::Detector::UT::detail::DeUTSectorObject::DeUTSectorObject( const dd4hep::De
const ROOT::Math::XYZPoint g1 = firstTraj.beginPoint();
const ROOT::Math::XYZPoint g2 = firstTraj.endPoint();
const double activeWidth = DeUTSensor{ &m_sensor }.activeWidth();
const double activeWidth = DeUTSensor{&m_sensor}.activeWidth();
// direction
ROOT::Math::XYZVector direction = g2 - g1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment