BOSS 7.0.1
BESIII Offline Software System
|
#include <cfloat>
#include "TrkReco/TMDCUtil.h"
#include "TrkReco/TMDCWireHitMC.h"
#include "TrkReco/TrkReco.h"
#include "TrkReco/TTrack.h"
#include "TrkReco/TTrackMC.h"
#include "TrkReco/TTrackHEP.h"
#include "MdcTables/MdcTables.h"
Go to the source code of this file.
Functions | |
std::string | TrackMCStatus (unsigned quality) |
std::string | TrackMCStatus (const TTrackMC &m) |
std::string | TrackMCStatus (const MdcRec_mctrk &m) |
std::string | TrackMCQualityString (unsigned quality) |
std::string TrackMCQualityString | ( | unsigned | quality | ) |
Definition at line 313 of file TTrackMC.cxx.
Referenced by TTrackMC::qualityString(), and TrackMCStatus().
std::string TrackMCStatus | ( | const MdcRec_mctrk & | m | ) |
Definition at line 308 of file TTrackMC.cxx.
std::string TrackMCStatus | ( | const TTrackMC & | m | ) |
Definition at line 303 of file TTrackMC.cxx.
std::string TrackMCStatus | ( | unsigned | quality | ) |
Definition at line 290 of file TTrackMC.cxx.
Referenced by TrackMCStatus().