![]() |
ATLAS Offline Software
|
#include <algorithm>#include <iostream>#include <fstream>#include <cmath>#include "FPGATrackSimObjects/FPGATrackSimMultiTruth.h"#include "GaudiKernel/MsgStream.h"#include "AthenaKernel/getMessageSvc.h"#include "FPGATrackSimAlgorithms/TrackFitter.h"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 545 of file TrackFitter.cxx.
1.8.18