ATLAS Offline Software
|
#include "TBEvent/TBHitPlane.h"
Public Member Functions | |
TBHitPlane () | |
~TBHitPlane () | |
double | getPosu () const |
double | getPosw () const |
double | getErroru () const |
double | getErrorw () const |
bool | IsValid () const |
TBBeamDetector * | getBeamDetector () const |
void | setPosu (double u) |
void | setPosw (double w) |
void | setErroru (double eu) |
void | setErrorw (double ew) |
void | setValidFlag (bool valid) |
void | setBeamDetector (TBBeamDetector *beamdetect) |
Private Attributes | |
TBBeamDetector * | m_beamdetect |
double | m_u |
double | m_w |
double | m_eu |
double | m_ew |
bool | m_IsValid |
This class is used to store hit information from BPC & MWPC for one plane. The modivation was to create a track object using both BPC data & MWPC data but given that the MWPC is plane specific (zx plane and yx plane) we have to make a linear fit on each plane with the correct hit objects.
This algorithm is used to fit a collection of TBHitPlane (TBHitPlaneCont) and create a TBTrack data object.
Definition at line 15 of file TBHitPlane.h.
TBHitPlane::TBHitPlane | ( | ) |
Definition at line 7 of file TBHitPlane.cxx.
TBHitPlane::~TBHitPlane | ( | ) |
Definition at line 18 of file TBHitPlane.cxx.
|
inline |
Definition at line 38 of file TBHitPlane.h.
|
inline |
Definition at line 33 of file TBHitPlane.h.
|
inline |
Definition at line 34 of file TBHitPlane.h.
|
inline |
Definition at line 31 of file TBHitPlane.h.
|
inline |
Definition at line 32 of file TBHitPlane.h.
|
inline |
Definition at line 36 of file TBHitPlane.h.
|
inline |
Definition at line 47 of file TBHitPlane.h.
|
inline |
Definition at line 42 of file TBHitPlane.h.
|
inline |
Definition at line 43 of file TBHitPlane.h.
|
inline |
Definition at line 40 of file TBHitPlane.h.
|
inline |
Definition at line 41 of file TBHitPlane.h.
|
inline |
Definition at line 45 of file TBHitPlane.h.
|
private |
Definition at line 56 of file TBHitPlane.h.
|
private |
Definition at line 64 of file TBHitPlane.h.
|
private |
Definition at line 64 of file TBHitPlane.h.
|
private |
Definition at line 68 of file TBHitPlane.h.
|
private |
Definition at line 60 of file TBHitPlane.h.
|
private |
Definition at line 60 of file TBHitPlane.h.