Belle II Software development
|
The Segment class This class represents segments of track candidates needed for TrackFinderVXD-Modules. More...
#include <Segment.h>
Public Member Functions | |
Segment () | |
************************* CONSTRUCTORS ************************* | |
Segment (FullSecID::BaseType outerSector, FullSecID::BaseType innerSector, HitType *outerNode, HitType *innerNode) | |
Constructor. | |
bool | operator== (const Segment &b) const |
************************* OPERATORS ************************* | |
std::int64_t | getID () const |
************************* PUBLIC MEMBER FUNCTIONS ************************* | |
std::string | getName () const |
returns longer debugging name of this segment | |
const HitType * | getInnerHit () const |
returns inner hit of current Segment | |
const HitType * | getOuterHit () const |
returns outer hit of current Segment | |
FullSecID::BaseType | getInnerSecID () const |
returns inner secID of current Segment | |
FullSecID::BaseType | getOuterSecID () const |
returns outer secID of current Segment | |
Protected Attributes | |
HitType * | m_outerHit |
************************* DATA MEMBERS ************************* | |
HitType * | m_innerHit |
pointer to hit forming the inner end of the Segment. | |
FullSecID::BaseType | m_outerSector |
iD of sector carrying outer hit | |
FullSecID::BaseType | m_innerSector |
iD of sector carrying inner hit | |
const std::int64_t | m_identifier |
unique identifier | |
The Segment class This class represents segments of track candidates needed for TrackFinderVXD-Modules.
|
inline |
************************* CONSTRUCTORS *************************
Default constructor for the ROOT IO.
Definition at line 48 of file Segment.h.
|
inline |
Constructor.
// *
outerSector | secID of outer Sector associated with this segment. // * |
innerSector | secID of inner Sector associated with this segment. // * |
outerNode | pointer to outer Hit associated with this segment. // * |
innerNode | pointer to inner Hit associated with this segment. // |
Definition at line 63 of file Segment.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
************************* OPERATORS *************************
overloaded '=='-operator
Definition at line 75 of file Segment.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |