New segment class for single ML segments.
More...
#include <TrackletSegment.h>
|
| TrackletSegment () |
|
| TrackletSegment (int ch, int cheta, int chphi, float chmid, float alpha, float dalpha, const Amg::Vector3D &gpos, float rErr, float zErr, const std::vector< const Muon::MdtPrepData * > &mdts, int pattern) |
|
| ~TrackletSegment () |
|
void | clearMdt () |
|
void | isCombined (bool iscomb) |
|
int | mdtChamber () const |
|
int | mdtChEta () const |
|
int | mdtChPhi () const |
|
float | alpha () const |
|
float | alphaError () const |
|
float | zError () const |
|
float | rError () const |
|
float | getChMidPoint () const |
|
bool | isCombined () const |
|
const Amg::Vector3D & | globalPosition () const |
|
const std::vector< const Muon::MdtPrepData * > & | mdtHitsOnTrack () const |
|
int | getHitPattern () const |
|
New segment class for single ML segments.
Definition at line 17 of file TrackletSegment.h.
◆ TrackletSegment() [1/2]
TrackletSegment::TrackletSegment |
( |
| ) |
|
◆ TrackletSegment() [2/2]
TrackletSegment::TrackletSegment |
( |
int |
ch, |
|
|
int |
cheta, |
|
|
int |
chphi, |
|
|
float |
chmid, |
|
|
float |
alpha, |
|
|
float |
dalpha, |
|
|
const Amg::Vector3D & |
gpos, |
|
|
float |
rErr, |
|
|
float |
zErr, |
|
|
const std::vector< const Muon::MdtPrepData * > & |
mdts, |
|
|
int |
pattern |
|
) |
| |
◆ ~TrackletSegment()
TrackletSegment::~TrackletSegment |
( |
| ) |
|
|
default |
◆ alpha()
float TrackletSegment::alpha |
( |
| ) |
const |
◆ alphaError()
float TrackletSegment::alphaError |
( |
| ) |
const |
◆ clearMdt()
void TrackletSegment::clearMdt |
( |
| ) |
|
◆ getChMidPoint()
float TrackletSegment::getChMidPoint |
( |
| ) |
const |
◆ getHitPattern()
int TrackletSegment::getHitPattern |
( |
| ) |
const |
◆ globalPosition()
◆ isCombined() [1/2]
bool TrackletSegment::isCombined |
( |
| ) |
const |
◆ isCombined() [2/2]
void TrackletSegment::isCombined |
( |
bool |
iscomb | ) |
|
◆ mdtChamber()
int TrackletSegment::mdtChamber |
( |
| ) |
const |
◆ mdtChEta()
int TrackletSegment::mdtChEta |
( |
| ) |
const |
◆ mdtChPhi()
int TrackletSegment::mdtChPhi |
( |
| ) |
const |
◆ mdtHitsOnTrack()
◆ rError()
float TrackletSegment::rError |
( |
| ) |
const |
◆ zError()
float TrackletSegment::zError |
( |
| ) |
const |
◆ m_alpha
float TrackletSegment::m_alpha |
|
private |
◆ m_cham_eta
int TrackletSegment::m_cham_eta |
|
private |
◆ m_cham_phi
int TrackletSegment::m_cham_phi |
|
private |
◆ m_chamber
int TrackletSegment::m_chamber |
|
private |
◆ m_chmid
float TrackletSegment::m_chmid |
|
private |
◆ m_dalpha
float TrackletSegment::m_dalpha |
|
private |
◆ m_globalPosition
◆ m_isCombined
bool TrackletSegment::m_isCombined |
|
private |
◆ m_mdts
◆ m_pattern
int TrackletSegment::m_pattern |
|
private |
◆ m_rErr
float TrackletSegment::m_rErr |
|
private |
◆ m_zErr
float TrackletSegment::m_zErr |
|
private |
The documentation for this class was generated from the following files: