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

#include "GaudiKernel/Algorithm.h"
#include "GaudiKernel/NTuple.h"
#include "GaudiKernel/INTupleSvc.h"
#include "MdcGeomSvc/IMdcGeomSvc.h"
#include "MdcGeomSvc/MdcGeoWire.h"
#include "MdcGeomSvc/MdcGeoLayer.h"
#include "MdcPrintSvc/MdcPrintSvc.h"
#include "RawDataProviderSvc/RawDataProviderSvc.h"
#include <string>
#include <vector>
#include <iostream>
#include <math.h>
#include <map>
#include <set>
#include "TH2D.h"
#include "CLHEP/Alist/AList.h"
#include "MdcGeom/MdcDetector.h"
#include "BField/BField.h"
#include "TrkBase/TrkRecoTrk.h"
#include "TrkFitter/TrkContextEv.h"
#include "MdcCalibFunSvc/MdcCalibFunSvc.h"
#include "MdcUtilitySvc/MdcUtilitySvc.h"
#include "HepPDT/ParticleDataTable.hh"
#include "MdcData/MdcHit.h"

Go to the source code of this file.

Classes

class  HoughValidUpdate
struct  HoughValidUpdate::Mytrack

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