/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcHoughFinder/MdcHoughFinder-00-00-02/src/HoughValidUpdate.cxx File Reference

#include "MdcHoughFinder/HoughValidUpdate.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/AlgFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/SmartDataPtr.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/PropertyMgr.h"
#include "GaudiKernel/IService.h"
#include "EventModel/EventHeader.h"
#include "McTruth/DecayMode.h"
#include "McTruth/McParticle.h"
#include "MdcRawEvent/MdcDigi.h"
#include "Identifier/Identifier.h"
#include "Identifier/MdcID.h"
#include "EvTimeEvent/RecEsTime.h"
#include "RawDataProviderSvc/MdcRawDataProvider.h"
#include "McTruth/MdcMcHit.h"
#include "MdcRecEvent/RecMdcTrack.h"
#include "MdcRecEvent/RecMdcHit.h"
#include "TrkBase/TrkFit.h"
#include "TrkBase/TrkHitList.h"
#include "TrkBase/TrkExchangePar.h"
#include "TrkFitter/TrkHelixMaker.h"
#include "TrkFitter/TrkCircleMaker.h"
#include "TrkFitter/TrkLineMaker.h"
#include "TrkFitter/TrkHelixFitter.h"
#include "MdcxReco/Mdcxprobab.h"
#include "MdcData/MdcHit.h"
#include "MdcData/MdcRecoHitOnTrack.h"
#include "MdcTrkRecon/MdcTrack.h"
#include "MdcGeom/EntranceAngle.h"
#include "TrackUtil/Helix.h"
#include "GaudiKernel/IPartPropSvc.h"
#include "MdcRecoUtil/Pdt.h"
#include "RawEvent/RawDataUtil.h"
#include "TrkBase/TrkErrCode.h"
#include "MdcPrintSvc/MdcPrintSvc.h"
#include "TTree.h"
#include "TF1.h"
#include "TGraph.h"
#include "iomanip"

Go to the source code of this file.

Functions

bool compare (const HoughValidUpdate::Mytrack &a, const HoughValidUpdate::Mytrack &b)


Function Documentation

bool compare ( const HoughValidUpdate::Mytrack a,
const HoughValidUpdate::Mytrack b 
)

Definition at line 2944 of file HoughValidUpdate.cxx.

References abs, and HoughValidUpdate::Mytrack::pt.

Referenced by HoughValidUpdate::execute().

02944                                                                                {
02945   return abs(a.pt)>abs(b.pt);
02946 }


Generated on Tue Nov 29 23:16:54 2016 for BOSS_7.0.2 by  doxygen 1.4.7