Skip to content
Snippets Groups Projects
Commit eb202d2c authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: JugTrack/src/components/TrackFindingAlgorithm.cpp

parent 0cb66eec
No related tags found
1 merge request!181Turning down the TrackFindingAlgorithm verbosity
......@@ -96,7 +96,7 @@ namespace Jug::Reco {
//// Construct a perigee surface as the target surface
auto pSurface = Acts::Surface::makeShared<Acts::PerigeeSurface>(Acts::Vector3{0., 0., 0.});
ACTS_LOCAL_LOGGER(Acts::getDefaultLogger("TrackFindingAlgorithm Logger", Acts::Logging::VERBOSE));
ACTS_LOCAL_LOGGER(Acts::getDefaultLogger("TrackFindingAlgorithm Logger", Acts::Logging::INFO));
// Perform the track finding for each starting parameter
// @TODO: use seeds from track seeding algorithm as starting parameter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment