![]() |
ATLAS Offline Software
|
#include "FPGATrackSimAlgorithms/TrackFitter.h"#include "FPGATrackSimObjects/FPGATrackSimMultiTruth.h"#include "GaudiKernel/MsgStream.h"#include "AthenaKernel/getMessageSvc.h"#include <numeric>#include <memory>#include <stdexcept>Go to the source code of this file.
Functions | |
| std::vector< FPGATrackSimTrack >::const_iterator | getBestChi2 (std::vector< FPGATrackSimTrack > const &tracks) |
| bool | hasGoodFit (std::vector< FPGATrackSimTrack > const &track_cands, float minchi2) |
| std::vector< FPGATrackSimTrack >::const_iterator getBestChi2 | ( | std::vector< FPGATrackSimTrack > const & | tracks | ) |
| bool hasGoodFit | ( | std::vector< FPGATrackSimTrack > const & | track_cands, |
| float | minchi2 ) |
Definition at line 482 of file TrackFitter.cxx.