CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcTrack.cxx File Reference
#include "MdcTrkRecon/MdcTrack.h"
#include <math.h>
#include <stdlib.h>
#include <assert.h>
#include <map>
#include "MdcGeom/MdcLayer.h"
#include "MdcData/MdcHitOnTrack.h"
#include "MdcGeom/BesAngle.h"
#include "MdcGeom/Constants.h"
#include "CLHEP/Alist/AList.h"
#include "TrkBase/TrkRep.h"
#include "TrkFitter/TrkHelixRep.h"
#include "TrkBase/TrkExchangePar.h"
#include "TrkBase/TrkRecoTrk.h"
#include "TrkFitter/TrkCircleMaker.h"
#include "TrkBase/TrkContext.h"
#include "MdcData/MdcRecoHitOnTrack.h"
#include "BField/BField.h"
#include "MdcData/MdcHit.h"
#include "MdcRawEvent/MdcDigi.h"
#include "Identifier/Identifier.h"
#include "Identifier/MdcID.h"
#include "CgemData/CgemHitOnTrack.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 146 of file MdcTrack.cxx.

146 {
147 return clusterA->getlayerid()<clusterB->getlayerid();
148}
int getlayerid(void) const