BOSS 7.0.9
BESIII Offline Software System
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Hough3D.cxx File Reference

Go to the source code of this file.

Functions

bool less_layer_3D (const int &a, const int &b)
 

Variables

vector< MdcHit * > vec_for_clean
 
vector< TrkRecoTrk * > vectrk_for_clean
 

Function Documentation

◆ less_layer_3D()

bool less_layer_3D ( const int &  a,
const int &  b 
)

Definition at line 272 of file Hough3D.cxx.

272 {
273 return a < b;
274}
const double b
Definition: slope.cxx:9

Referenced by Hough3D::outerHit().

Variable Documentation

◆ vec_for_clean

vector<MdcHit*> vec_for_clean

Definition at line 3 of file Hough3D.cxx.

Referenced by Hough3D::getVecForClean().

◆ vectrk_for_clean

vector<TrkRecoTrk*> vectrk_for_clean

Definition at line 4 of file Hough3D.cxx.

Referenced by Hough3D::fit().