CGEM BOSS 6.6.5.f
BESIII Offline Software System
|
#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 "RawDataProviderSvc/IRawDataProviderSvc.h"
#include "RawDataProviderSvc/RawDataProviderSvc.h"
#include "MagneticField/IMagneticFieldSvc.h"
#include <string>
#include <vector>
#include <map>
#include "TH2D.h"
#include "TF1.h"
#include "TGraph.h"
#include <fstream>
#include "CLHEP/Alist/AList.h"
#include "MdcGeom/MdcDetector.h"
#include "BField/BField.h"
#include "MdcCalibFunSvc/MdcCalibFunSvc.h"
#include "MdcUtilitySvc/MdcUtilitySvc.h"
#include "MdcPrintSvc/MdcPrintSvc.h"
#include "MdcHoughFinder/HoughHit.h"
#include "MdcHoughFinder/HoughHitList.h"
#include "MdcHoughFinder/HoughGlobal.h"
#include "MdcHoughFinder/HoughMap.h"
#include "MdcHoughFinder/HoughTrackList.h"
#include "MdcRecEvent/RecMdcTrack.h"
#include "MdcRecEvent/RecMdcHit.h"
#include "HepPDT/ParticleDataTable.hh"
#include "MdcTrkRecon/MdcTrack.h"
#include "MdcTrkRecon/MdcTrackParams.h"
#include "MdcTrkRecon/MdcTrackList.h"
#include "TrkBase/TrkRecoTrk.h"
#include "TrkFitter/TrkContextEv.h"
#include "CgemGeomSvc/CgemGeomSvc.h"
#include "CgemCalibFunSvc/CgemCalibFunSvc.h"
#include "TrackUtil/Helix.h"
Go to the source code of this file.
Classes | |
class | MdcHoughFinder |
Functions | |
bool | more_pt (const HoughTrack *tracka, const HoughTrack *trackb) |
HepVector | barbar2bes (HepVector a) |
HepVector | bes2barbar (HepVector a) |
HepVector barbar2bes | ( | HepVector | a | ) |
Definition at line 1172 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/Hough.cxx.
HepVector bes2barbar | ( | HepVector | a | ) |
Definition at line 1189 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/Hough.cxx.
bool more_pt | ( | const HoughTrack * | tracka, |
const HoughTrack * | trackb | ||
) |
Definition at line 1256 of file MdcHoughFinder/MdcHoughFinder-00-00-12/src/Hough.cxx.
Referenced by MdcHoughFinder::execute().