ATLAS Offline Software
|
#include <algorithm>
#include <iostream>
#include <fstream>
#include <cmath>
#include "FPGATrackSimObjects/FPGATrackSimMultiTruth.h"
#include "GaudiKernel/MsgStream.h"
#include "AthenaKernel/getMessageSvc.h"
#include "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 461 of file TrackFitter.cxx.