CGEM BOSS 6.6.5.f
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"
#include "McTruth/CgemMcHit.h"
#include "TArrayI.h"
#include "Identifier/CgemID.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 115 of file HoughHitList.cxx.

115 {
116 return a.getWireId() < b.getWireId();
117}

Referenced by HoughHitList::continousHit().