BOSS 7.0.6
BESIII Offline Software System
|
#include "TrkReco/TTrack.h"
#include "TrkReco/TSegment.h"
#include "TrkReco/TMDCUtil.h"
#include "TrkReco/TMLink.h"
#include "TrkReco/TMDC.h"
#include "TrkReco/TMDCWire.h"
#include "TrkReco/TMDCWireHit.h"
#include "TrkReco/Range.h"
#include "CLHEP/Vector/ThreeVector.h"
#include <math.h>
#include "CLHEP/Matrix/Vector.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 1092 of file TSegment.cxx.
returns AList of TMLink used for a track.
Definition at line 963 of file TSegment.cxx.
Referenced by TBuilder::buildRphi(), TBuilder::buildStereo(), and TBuilder::buildStereoNew().
returns a list of segments in major links.
Definition at line 1026 of file TSegment.cxx.
returns # of core links in segments.
Definition at line 947 of file TSegment.cxx.
unsigned NLinkBranches | ( | const TSegment & | a | ) |
returns # of link branches in the major link.
Definition at line 1048 of file TSegment.cxx.
Referenced by TSegment::dump().
unsigned NMajorLinks | ( | const TSegment & | a | ) |
returns # of links in the major link.
Definition at line 1005 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 978 of file TSegment.cxx.
Referenced by TSegment::dump().
returns a segment to the outer-most unique segment.
Definition at line 1084 of file TSegment.cxx.
void SeparateCrowded | ( | const AList< TSegment > & | in, |
AList< TSegment > & | isolated, | ||
AList< TSegment > & | crowded | ||
) |
returns isolated and crowded list.
Definition at line 1061 of file TSegment.cxx.
returns super layer pattern.
Definition at line 1075 of file TSegment.cxx.
returns a list of unique segments in links.
Definition at line 991 of file TSegment.cxx.