EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/rich/standalone/algorithm/CbmRichRingSelectImplLight.h>
Public Member Functions | |
CbmRichRingSelectImplLight () | |
~CbmRichRingSelectImplLight () | |
int | GetNofHitsOnRingCircle (CbmRichRingLight *ring) |
float | GetAngle (CbmRichRingLight *ring) |
Public Attributes | |
int | kMAX_NOF_HITS |
Protected Attributes | |
std::vector< float > | fAlpha |
std::vector< float > | fPhi |
Definition at line 18 of file CbmRichRingSelectImplLight.h.
View newest version in sPHENIX GitHub at line 18 of file CbmRichRingSelectImplLight.h
|
inline |
Definition at line 23 of file CbmRichRingSelectImplLight.h.
View newest version in sPHENIX GitHub at line 23 of file CbmRichRingSelectImplLight.h
References fAlpha, fPhi, and kMAX_NOF_HITS.
|
inline |
Definition at line 28 of file CbmRichRingSelectImplLight.h.
View newest version in sPHENIX GitHub at line 28 of file CbmRichRingSelectImplLight.h
|
inline |
Definition at line 52 of file CbmRichRingSelectImplLight.h.
View newest version in sPHENIX GitHub at line 52 of file CbmRichRingSelectImplLight.h
References fAlpha, fPhi, CbmRichHitLight::fX, CbmRichHitLight::fY, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetHit(), CbmRichRingLight::GetNofHits(), and kMAX_NOF_HITS.
Referenced by CbmRichRingSelectNeuralNet::DoSelect().
|
inline |
Definition at line 38 of file CbmRichRingSelectImplLight.h.
View newest version in sPHENIX GitHub at line 38 of file CbmRichRingSelectImplLight.h
References CbmRichHitLight::fX, CbmRichHitLight::fY, CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), CbmRichRingLight::GetHit(), CbmRichRingLight::GetNofHits(), and CbmRichRingLight::GetRadius().
Referenced by CbmRichRingSelectNeuralNet::DoSelect().
|
protected |
Definition at line 33 of file CbmRichRingSelectImplLight.h.
View newest version in sPHENIX GitHub at line 33 of file CbmRichRingSelectImplLight.h
Referenced by CbmRichRingSelectImplLight(), and GetAngle().
|
protected |
Definition at line 34 of file CbmRichRingSelectImplLight.h.
View newest version in sPHENIX GitHub at line 34 of file CbmRichRingSelectImplLight.h
Referenced by CbmRichRingSelectImplLight(), and GetAngle().
int CbmRichRingSelectImplLight::kMAX_NOF_HITS |
Definition at line 21 of file CbmRichRingSelectImplLight.h.
View newest version in sPHENIX GitHub at line 21 of file CbmRichRingSelectImplLight.h
Referenced by CbmRichRingSelectImplLight(), and GetAngle().