CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
Hough3D.cxx File Reference
#include "MdcHoughFinder/Hough3D.h"
#include "CgemData/CgemHitOnTrack.h"

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 337 of file Hough3D.cxx.

337 {
338 return a < b;
339}

Referenced by Hough3D::outerHit().

Variable Documentation

◆ vec_for_clean

vector<MdcHit*> vec_for_clean

Definition at line 4 of file Hough3D.cxx.

Referenced by Hough3D::getVecForClean().

◆ vectrk_for_clean

vector<TrkRecoTrk*> vectrk_for_clean

Definition at line 5 of file Hough3D.cxx.