 |
Belle II Software
release-05-02-19
|
12 #include <tracking/dataobjects/FullSecID.h>
26 template<
class HitType>
70 m_identifier(static_cast<std::int64_t>(outerNode->
getID()) << 32 | static_cast<std::int64_t>
94 return "Out: missing,\nin: missing";
FullSecID::BaseType m_outerSector
iD of sector carrying outer hit
bool operator==(const Segment &b) const
************************* OPERATORS *************************
const HitType * getOuterHit() const
returns outer hit of current Segment
HitType * m_innerHit
pointer to hit forming the inner end of the Segment.
The Segment class This class represents segments of track candidates needed for TrackFinderVXD-Module...
std::string getName() const
returns longer debugging name of this segment
FullSecID::BaseType getInnerSecID() const
returns inner secID of current Segment
std::int64_t getID() const
************************* PUBLIC MEMBER FUNCTIONS *************************
Class to identify a sector inside of the VXD.
unsigned int BaseType
defines the base type used for FullSecID
Abstract base class for different kinds of events.
const std::int64_t m_identifier
unique identifier
const HitType * getInnerHit() const
returns inner hit of current Segment
FullSecID::BaseType m_innerSector
iD of sector carrying inner hit
FullSecID::BaseType getOuterSecID() const
returns outer secID of current Segment
HitType * m_outerHit
************************* DATA MEMBERS *************************
Segment()
************************* CONSTRUCTORS *************************