BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughHitList.cxx File Reference
#include "MdcHoughFinder/HoughHitList.h"
#include "Identifier/Identifier.h"
#include "Identifier/MdcID.h"
#include "McTruth/MdcMcHit.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/Service.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/IDataProviderSvc.h"

Go to the source code of this file.

Functions

bool small_layer (const HoughHit &a, const HoughHit &b)
 

Function Documentation

◆ small_layer()

bool small_layer ( const HoughHit a,
const HoughHit b 
)

Definition at line 69 of file HoughHitList.cxx.

69 {
70 return a.getWireId() < b.getWireId();
71}
const double b
Definition: slope.cxx:9

Referenced by HoughHitList::continousHit().