|
BOSS 7.1.1
BESIII Offline Software System
|
#include <string>#include "CLHEP/Vector/ThreeVector.h"#include "TrackUtil/Helix.h"#include "TrkReco/TMDCUtil.h"#include "TrkReco/TTrackBase.h"#include "TrkReco/TMLink.h"#include "TrkReco/TBuilder0.h"#include "TrkReco/TBuilderCosmic.h"#include "TrkReco/TBuilderCurl.h"#include "TrkReco/TPoint2D.h"#include "TrkReco/T3DLine.h"#include "TrkReco/TRunge.h"#include "GaudiKernel/IInterface.h"#include "GaudiKernel/Kernel.h"#include "GaudiKernel/Service.h"#include "MagneticField/IMagneticFieldSvc.h"#include "MagneticField/MagneticFieldSvc.h"#include "CLHEP/Matrix/Vector.h"#include "CLHEP/Matrix/SymMatrix.h"#include "CLHEP/Vector/LorentzVector.h"#include "CLHEP/Geometry/Point3D.h"Go to the source code of this file.
Classes | |
| class | TTrack |
| A class to represent a track in tracking. More... | |
Typedefs | |
| typedef HepGeom::Point3D< double > | HepPoint3D |
Functions | |
| int | SortByPt (const void *a, const void *b) |
| Utility functions. | |
| std::string | TrackDump (const TTrack &) |
| to dump a track. | |
| std::string | TrackType (const TTrack &) |
| returns string of track type. | |
| std::string | TrackType (unsigned type) |
| std::string | TrackStatus (const TTrack &) |
| returns string of track status. | |
| std::string | TrackStatus (const MdcRec_trk &) |
| std::string | TrackStatus (const MdcRec_trk_add &) |
| std::string | TrackStatus (unsigned md, unsigned mk, unsigned mq, unsigned ms, unsigned mm, unsigned ma) |
| std::string | TrackKinematics (const TTrack &) |
| std::string | TrackKinematics (const Helix &) |
| std::string | TrackInformation (const TTrack &) |
| std::string | TrackInformation (const MdcRec_trk &) |
| std::string | TrackInformation (unsigned nA, unsigned nS, unsigned n, float chisq) |
| std::string | TrackLayerUsage (const TTrack &) |
| Helix | Track2Helix (const MdcRec_trk &) |
| returns helix. | |
| Helix | Track2Helix (const MdcTrk_localz &) |
| Helix | Track2Helix (const Gen_hepevt &) |
| Helix | Track2Helix (const Mdst_trk_fit &) |
| bool | HelixHasNan (const Helix &) |
| Helix parameter validity. | |
| bool | PositiveDefinite (const Helix &) |
| Error matrix validity. | |
| #define OLD_STEREO 1 |
| #define TrackCurlFinder 8 |
Definition at line 26 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackFastFinder 2 |
Definition at line 24 of file TTrack.h.
Referenced by TFastFinder::doit(), and TrackStatus().
| #define TrackFinderMask 255 |
Definition at line 30 of file TTrack.h.
Referenced by TTrack::finder(), and TTrack::finder().
| #define TrackFitCdcKalman 4 |
Definition at line 54 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackFitCosmic 2 |
Definition at line 53 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackFitGlobal 1 |
Definition at line 52 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackFitMask 255 |
Definition at line 57 of file TTrack.h.
Referenced by TTrack::fitting(), and TTrack::fitting().
| #define TrackFitShift 16 |
Definition at line 56 of file TTrack.h.
Referenced by TTrack::fitting(), and TTrack::fitting().
| #define TrackFitSvdCdcKalman 8 |
Definition at line 55 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackHasDaughter 2 |
Definition at line 61 of file TTrack.h.
Referenced by TTrack::daughter().
| #define TrackHasMother 1 |
Definition at line 60 of file TTrack.h.
Referenced by TTrack::mother().
| #define TrackOldConformalFinder 1 |
Definition at line 23 of file TTrack.h.
Referenced by TConformalFinder::doit(), TBuilder0::salvage(), and TrackStatus().
| #define TrackQuality2D 8 |
Definition at line 47 of file TTrack.h.
Referenced by TCurlFinder::doit(), TTrackManager::makeTds(), TTrack::movePivot(), TTrackManager::saveTables(), and TrackStatus().
| #define TrackQualityAfterKink 2 |
Definition at line 45 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackQualityCosmic 4 |
Definition at line 46 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackQualityMask 255 |
Definition at line 49 of file TTrack.h.
Referenced by TTrack::quality(), and TTrack::quality().
| #define TrackQualityOutsideCurler 1 |
Definition at line 44 of file TTrack.h.
Referenced by TrackStatus(), and TTrackManager::treatCurler().
| #define TrackQualityShift 8 |
Definition at line 48 of file TTrack.h.
Referenced by TTrack::quality(), and TTrack::quality().
| #define TrackRelationShift 24 |
Definition at line 62 of file TTrack.h.
Referenced by TTrack::daughter(), and TTrack::mother().
| #define TrackSlowFinder 4 |
Definition at line 25 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackTrackManager 16 |
Definition at line 27 of file TTrack.h.
Referenced by TTrackManager::salvage(), TrackStatus(), and TTrackManager::treatCurler().
| #define TrackTypeCircle 4 |
Definition at line 36 of file TTrack.h.
Referenced by TrackStatus(), and TrackType().
| #define TrackTypeCosmic 8 |
Definition at line 37 of file TTrack.h.
Referenced by TrackType().
| #define TrackTypeCurl 2 |
Definition at line 35 of file TTrack.h.
Referenced by TTrackManager::mask(), TTrackManager::setCurlerFlags(), TrackStatus(), and TrackType().
| #define TrackTypeIncomingCosmic 8 |
Definition at line 38 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackTypeKink 32 |
Definition at line 40 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackTypeNormal 1 |
Definition at line 34 of file TTrack.h.
Referenced by TTrackManager::mask(), TrackStatus(), and TrackType().
| #define TrackTypeOutgoingCosmic 16 |
Definition at line 39 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackTypeSVDOnly 256 |
Definition at line 41 of file TTrack.h.
Referenced by TrackStatus().
| #define TrackTypeUndefined 0 |
Definition at line 33 of file TTrack.h.
Referenced by TrackType().
| typedef HepGeom::Point3D<double> HepPoint3D |
Helix parameter validity.
Definition at line 3934 of file TTrack.cxx.
Referenced by TTrackManager::goodTrack(), TrackInformation(), and TrackInformation().
Error matrix validity.
Definition at line 3918 of file TTrack.cxx.
Referenced by TrackInformation(), and TrackInformation().
| int SortByPt | ( | const void * | a, |
| const void * | b ) |
Utility functions.
Definition at line 2530 of file TTrack.cxx.
Referenced by TTrackManager::append2D().
| Helix Track2Helix | ( | const Gen_hepevt & | t | ) |
Definition at line 3950 of file TTrack.cxx.
| Helix Track2Helix | ( | const MdcRec_trk & | t | ) |
returns helix.
Definition at line 3684 of file TTrack.cxx.
| Helix Track2Helix | ( | const MdcTrk_localz & | t | ) |
Definition at line 3656 of file TTrack.cxx.
Referenced by TrackInformation().
| Helix Track2Helix | ( | const Mdst_trk_fit & | t | ) |
Definition at line 3712 of file TTrack.cxx.
|
inline |
to dump a track.
Definition at line 697 of file TTrack.h.
Referenced by TTrackManager::dump(), and TTrackManager::saveTables().
| std::string TrackInformation | ( | const MdcRec_trk & | r | ) |
Definition at line 3868 of file TTrack.cxx.
| std::string TrackInformation | ( | const TTrack & | t | ) |
Definition at line 3856 of file TTrack.cxx.
Referenced by TrackDump(), TrackInformation(), and TrackInformation().
| std::string TrackInformation | ( | unsigned | nA, |
| unsigned | nS, | ||
| unsigned | n, | ||
| float | chisq ) |
Definition at line 3880 of file TTrack.cxx.
| std::string TrackKinematics | ( | const Helix & | h | ) |
Definition at line 3740 of file TTrack.cxx.
|
inline |
Definition at line 691 of file TTrack.h.
Referenced by TrackDump(), and TrackKinematics().
| std::string TrackLayerUsage | ( | const TTrack & | t | ) |
Definition at line 3905 of file TTrack.cxx.
| std::string TrackStatus | ( | const MdcRec_trk & | c | ) |
Definition at line 3789 of file TTrack.cxx.
| std::string TrackStatus | ( | const MdcRec_trk_add & | a | ) |
Definition at line 3796 of file TTrack.cxx.
| std::string TrackStatus | ( | const TTrack & | t | ) |
returns string of track status.
Definition at line 3779 of file TTrack.cxx.
Referenced by TrackDump(), and TrackStatus().
| std::string TrackStatus | ( | unsigned | md, |
| unsigned | mk, | ||
| unsigned | mq, | ||
| unsigned | ms, | ||
| unsigned | mm, | ||
| unsigned | ma ) |
Definition at line 3806 of file TTrack.cxx.
|
inline |
Definition at line 3030 of file TTrack.cxx.