Skip to content
Snippets Groups Projects
Commit 468fb78b authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

revert message change to RichSIMDQuarticPhotonReco

parent 76230800
No related branches found
No related tags found
2 merge requests!3788Draft: Update SciFi cluster monitoring,!3642Performance Updates to RICH Reconstruction
......@@ -110,7 +110,7 @@ namespace Rich::Future::Rec {
for ( const auto rich : activeDetectors() ) {
m_photTimeWindowSIMD[rich] = SIMDFP( m_photTimeWindow[rich] );
if ( m_enable4D[rich] ) {
info() << "4D reconstruction enabled for " << rich << " | Window = " << ( 2.0 * m_photTimeWindow[rich] )
info() << "4D photons enabled for " << rich << " | Window = " << ( 2.0 * m_photTimeWindow[rich] )
<< " ns" << endmsg;
}
}
......
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