|
BOSS 8.0.0
BESIII Offline Software System
|
#include "TrkReco/TSegment.h"#include "TrkReco/TMDC.h"#include "TrkReco/TMDCUtil.h"#include "TrkReco/TMDCWire.h"#include "TrkReco/TMDCWireHit.h"#include "TrkReco/TMLink.h"#include "TrkReco/TTrack.h"#include "TrkReco/Range.h"#include "CLHEP/Matrix/Vector.h"#include "CLHEP/Vector/ThreeVector.h"#include <math.h>Go to the source code of this file.
Functions | |
| unsigned | NCoreLinks (const CAList< TSegment > &list) |
| returns # of core links in segments. | |
| AList< TMLink > | Links (const TSegment &s, const TTrack &t) |
| returns AList of TMLink used for a track. | |
| unsigned | NUniqueLinks (const TSegment &a) |
| checks property of segments. | |
| AList< TSegment > | UniqueLinks (const TSegment &a) |
| returns a list of unique segments in links. | |
| unsigned | NMajorLinks (const TSegment &a) |
| returns # of links in the major link. | |
| AList< TSegment > | MajorLinks (const TSegment &a) |
| returns a list of segments in major links. | |
| unsigned | NLinkBranches (const TSegment &a) |
| returns # of link branches in the major link. | |
| void | SeparateCrowded (const AList< TSegment > &in, AList< TSegment > &isolated, AList< TSegment > &crowded) |
| returns isolated and crowded list. | |
| unsigned | SuperLayer (const AList< TSegment > &list) |
| returns super layer pattern. | |
| TSegment * | OuterMostUniqueLink (const TSegment &a) |
| returns a segment to the outer-most unique segment. | |
| AList< TMLink > | Links (const AList< TSegment > &list) |
| returns AList of TMLink. | |
Definition at line 1129 of file TSegment.cxx.
returns AList of TMLink used for a track.
Definition at line 1002 of file TSegment.cxx.
Referenced by TBuilder::buildRphi(), TBuilder::buildStereo(), and TBuilder::buildStereoNew().
returns a list of segments in major links.
Definition at line 1066 of file TSegment.cxx.
returns # of core links in segments.
Definition at line 987 of file TSegment.cxx.
| unsigned NLinkBranches | ( | const TSegment & | a | ) |
returns # of link branches in the major link.
Definition at line 1090 of file TSegment.cxx.
Referenced by TSegment::dump().
| unsigned NMajorLinks | ( | const TSegment & | a | ) |
returns # of links in the major link.
Definition at line 1043 of file TSegment.cxx.
Referenced by TSegment::dump().
| unsigned NUniqueLinks | ( | const TSegment & | a | ) |
checks property of segments.
checks to link segments. returns # of unique segment links.
Definition at line 1016 of file TSegment.cxx.
Referenced by TSegment::dump().
returns a segment to the outer-most unique segment.
Definition at line 1123 of file TSegment.cxx.
| void SeparateCrowded | ( | const AList< TSegment > & | in, |
| AList< TSegment > & | isolated, | ||
| AList< TSegment > & | crowded ) |
returns isolated and crowded list.
Definition at line 1103 of file TSegment.cxx.
returns super layer pattern.
Definition at line 1116 of file TSegment.cxx.
returns a list of unique segments in links.
Definition at line 1029 of file TSegment.cxx.