CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
DotsConnection.cxx File Reference
#include "DotsConnection/DotsConnection.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/IPartPropSvc.h"
#include "GaudiKernel/INTupleSvc.h"
#include "HepPDT/ParticleDataTable.hh"
#include "McTruth/McParticle.h"
#include "McTruth/MdcMcHit.h"
#include "EventModel/EventHeader.h"
#include "EvTimeEvent/RecEsTime.h"
#include "Identifier/MdcID.h"
#include "RawEvent/RawDataUtil.h"

Go to the source code of this file.

Functions

bool sortCluster (const RecCgemCluster *clusterA, const RecCgemCluster *clusterB)
 

Function Documentation

◆ sortCluster()

bool sortCluster ( const RecCgemCluster clusterA,
const RecCgemCluster clusterB 
)

Definition at line 1121 of file DotsConnection.cxx.

1121 {
1122 return clusterA->getlayerid()<clusterB->getlayerid();
1123}
int getlayerid(void) const