BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HoughHitList.cxx File Reference
#include "HoughHitList.h"
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/Service.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "Identifier/Identifier.h"
#include "Identifier/MdcID.h"
#include "McTruth/MdcMcHit.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 62 of file HoughHitList.cxx.

62 {
63 return a.getWireId() < b.getWireId();
64}
int getWireId() const
Definition HoughHit.h:61

Referenced by HoughHitList::continousHit().