CGEM BOSS 6.6.5.i
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"
#include "MdcGeom/Constants.h"

Go to the source code of this file.

Macros

#define Epsilon   1e-8
 

Functions

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

Variables

bool global_show_this_event_detail =false
 

Macro Definition Documentation

◆ Epsilon

#define Epsilon   1e-8

Definition at line 20 of file DotsConnection.cxx.

Function Documentation

◆ sortCluster()

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

Definition at line 1522 of file DotsConnection.cxx.

1522 {
1523 return clusterA->getlayerid()<clusterB->getlayerid();
1524}
int getlayerid(void) const

Variable Documentation

◆ global_show_this_event_detail

bool global_show_this_event_detail =false

Definition at line 25 of file DotsConnection.cxx.

Referenced by DotsHelixFitter::calculateCirclePar_Taubin().