|
BmnRoot
|
#include <L1Branch.h>
Public Member Functions | |
| L1Branch () | |
| void | Set (unsigned char iStation, unsigned char Length, float Chi2, float Qp) |
| void | SetLength (unsigned char Length) |
Static Public Member Functions | |
| static bool | compareChi2 (const L1Branch &a, const L1Branch &b) |
| static bool | comparePChi2 (const L1Branch *a, const L1Branch *b) |
| static bool | compareMomentum (const L1Branch &a, const L1Branch &b) |
| static bool | comparePMomentum (const L1Branch *a, const L1Branch *b) |
Public Attributes | |
| unsigned short int | Quality |
| float | Momentum |
| float | chi2 |
| std::vector< THitI > | StsHits |
Definition at line 26 of file L1Branch.h.
|
inline |
Definition at line 28 of file L1Branch.h.
References StsHits.
Definition at line 57 of file L1Branch.h.
References compareChi2().
Referenced by L1Algo::CATrackFinder().
Definition at line 59 of file L1Branch.h.
References compareMomentum().
|
inline |
Definition at line 41 of file L1Branch.h.
References chi2, fabs(), Momentum, Quality, and sqrt().
Referenced by L1Algo::CATrackFinder().
|
inline |
Definition at line 54 of file L1Branch.h.
References Quality.
| float L1Branch::chi2 |
Definition at line 38 of file L1Branch.h.
Referenced by L1Algo::CATrackFinder(), and Set().
| float L1Branch::Momentum |
Definition at line 38 of file L1Branch.h.
Referenced by L1Algo::CATrackFinder(), compareMomentum(), and Set().
| unsigned short int L1Branch::Quality |
Definition at line 37 of file L1Branch.h.
Referenced by compareChi2(), Set(), and SetLength().
| std::vector<THitI> L1Branch::StsHits |
Definition at line 39 of file L1Branch.h.
Referenced by L1Algo::CATrackFinder(), and L1Branch().