List of all members.
Public Member Functions |
void | SetRun (int run) |
void | SetEvent (int event) |
void | SetChi2 (double chi2) |
void | SetNdof (int ndof) |
void | SetTrackNumber (int number) |
int | GetRun () const |
int | GetEvent () const |
double | GetChi2 () const |
int | GetNdof () const |
int | GetTrackNumber () const |
const TArrayI * | GetIndex () const |
const TVectorD * | GetMeasurements () const |
const TMatrixDSym * | GetMeasuredCovariance () const |
const TMatrixD * | GetTrackDerivatives () const |
const TMatrixD * | GetAlignmentDerivatives () const |
const TVectorD * | GetTrackPrediction () const |
TArrayI * | GetIndex () |
TVectorD * | GetMeasurements () |
TMatrixDSym * | GetMeasuredCovariance () |
TMatrixD * | GetTrackDerivatives () |
TMatrixD * | GetAlignmentDerivatives () |
TVectorD * | GetTrackPrediction () |
| ClassDef (AlignEvent, 1) |
Protected Attributes |
int | fRun |
int | fEvent |
double | fChi2 |
int | fNdof |
int | fTrackNumber |
TArrayI * | fIndex |
TVectorD * | fMeasurements |
TMatrixDSym * | fMeasuredCovariance |
TMatrixD * | fTrackDerivatives |
TMatrixD * | fAlignmentDerivatives |
TVectorD * | fTrackPrediction |
The documentation for this class was generated from the following files:
- /home/mweber/Dokumente/CMS/Alignment/kalmanalignment/trunk/event/AlignEvent.h
- /home/mweber/Dokumente/CMS/Alignment/kalmanalignment/trunk/event/AlignEvent.cc