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.
|
inlinevirtual |
Definition at line 35 of file CbmRichMirror.h.
|
private |
|
private |
|
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 |
|
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 getExtrapHit(), and setExtrapHit().
|
private |
Definition at line 55 of file CbmRichMirror.h.
Referenced by getMirrorId(), and setMirrorId().
|
private |
Definition at line 56 of file CbmRichMirror.h.
Referenced by getMomentum(), and setMomentum().
|
private |
Definition at line 57 of file CbmRichMirror.h.
Referenced by getProjHit(), and setProjHit().
|
private |
Definition at line 60 of file CbmRichMirror.h.
Referenced by getRingLight(), and setRingLight().
|
private |
Definition at line 59 of file CbmRichMirror.h.
Referenced by getRotAngles(), and setRotAngles().