|
CbmRoot
|
#include <CbmRichMirror.h>
Public Member Functions | |
| CbmRichMirror () | |
| virtual | ~CbmRichMirror () |
| void | setMirrorId (string s) |
| void | setMomentum (TVector3 v) |
| void | setProjHit (Double_t xX, Double_t yY) |
| void | setExtrapHit (Double_t xX, Double_t yY) |
| void | setRotAngles (Double_t xX, Double_t yY) |
| void | setRingLight (CbmRichRingLight ringL) |
| string | getMirrorId () |
| TVector3 | getMomentum () |
| vector< Double_t > | getProjHit () |
| vector< Double_t > | getExtrapHit () |
| vector< Double_t > | getRotAngles () |
| CbmRichRingLight | getRingLight () |
Private Member Functions | |
| CbmRichMirror (const CbmRichMirror &) | |
| CbmRichMirror | operator= (const CbmRichMirror &) |
| ClassDef (CbmRichMirror, 1) | |
Private Attributes | |
| string | fMirrorId |
| TVector3 | fMomentum |
| vector< Double_t > | fProjHit |
| vector< Double_t > | fExtrapHit |
| vector< Double_t > | fRotAngles |
| CbmRichRingLight | fRingL |
Definition at line 25 of file CbmRichMirror.h.
|
inline |
Definition at line 30 of file CbmRichMirror.h.
References fExtrapHit, fMirrorId, fMomentum, fProjHit, fRingL, and fRotAngles.
Referenced by CbmRichMirror(), ClassDef(), and operator=().
|
inlinevirtual |
Definition at line 35 of file CbmRichMirror.h.
|
private |
References CbmRichMirror().
|
private |
References CbmRichMirror().
|
inline |
Definition at line 49 of file CbmRichMirror.h.
References fExtrapHit.
Referenced by CbmRichMirrorSortingAlignment::CreateHistoMap().
|
inline |
Definition at line 46 of file CbmRichMirror.h.
References fMirrorId.
Referenced by CbmRichMirrorSortingAlignment::CreateHistoMap(), and CbmRichMirrorSortingAlignment::Exec().
|
inline |
Definition at line 47 of file CbmRichMirror.h.
References fMomentum.
Referenced by CbmRichMirrorSortingAlignment::CreateHistoMap().
|
inline |
Definition at line 48 of file CbmRichMirror.h.
References fProjHit.
Referenced by CbmRichMirrorSortingAlignment::CreateHistoMap().
|
inline |
Definition at line 51 of file CbmRichMirror.h.
References fRingL.
Referenced by CbmRichMirrorSortingAlignment::CreateHistoMap().
|
inline |
Definition at line 50 of file CbmRichMirror.h.
References fRotAngles.
|
private |
References CbmRichMirror().
|
inline |
Definition at line 41 of file CbmRichMirror.h.
References fExtrapHit.
Referenced by CbmRichMirrorSortingAlignment::Exec().
|
inline |
Definition at line 38 of file CbmRichMirror.h.
References fMirrorId.
Referenced by CbmRichMirrorSortingAlignment::Exec().
|
inline |
Definition at line 39 of file CbmRichMirror.h.
Referenced by CbmRichMirrorSortingAlignment::Exec().
|
inline |
Definition at line 40 of file CbmRichMirror.h.
References fProjHit.
Referenced by CbmRichMirrorSortingAlignment::Exec().
|
inline |
Definition at line 43 of file CbmRichMirror.h.
References fRingL.
Referenced by CbmRichMirrorSortingAlignment::Exec().
|
inline |
Definition at line 42 of file CbmRichMirror.h.
References fRotAngles.
|
private |
Definition at line 58 of file CbmRichMirror.h.
Referenced by CbmRichMirror(), getExtrapHit(), and setExtrapHit().
|
private |
Definition at line 55 of file CbmRichMirror.h.
Referenced by CbmRichMirror(), getMirrorId(), and setMirrorId().
|
private |
Definition at line 56 of file CbmRichMirror.h.
Referenced by CbmRichMirror(), getMomentum(), and setMomentum().
|
private |
Definition at line 57 of file CbmRichMirror.h.
Referenced by CbmRichMirror(), getProjHit(), and setProjHit().
|
private |
Definition at line 60 of file CbmRichMirror.h.
Referenced by CbmRichMirror(), getRingLight(), and setRingLight().
|
private |
Definition at line 59 of file CbmRichMirror.h.
Referenced by CbmRichMirror(), getRotAngles(), and setRotAngles().