ATLAS Offline Software
|
Implements road finding using a Hough transform in d0 vs phi0, assuming q/pt = 0 (i.e. a straight track). More...
#include "GaudiKernel/ServiceHandle.h"
#include "AthenaBaseComps/AthAlgTool.h"
#include "FPGATrackSimObjects/FPGATrackSimTypes.h"
#include "FPGATrackSimObjects/FPGATrackSimVectors.h"
#include "FPGATrackSimObjects/FPGATrackSimRoad.h"
#include "FPGATrackSimObjects/FPGATrackSimHit.h"
#include "FPGATrackSimObjects/FPGATrackSimTrackPars.h"
#include "FPGATrackSimHough/IFPGATrackSimRoadFinderTool.h"
#include "FPGATrackSimBanks/IFPGATrackSimBankSvc.h"
#include "FPGATrackSimMaps/IFPGATrackSimMappingSvc.h"
#include "TFile.h"
#include <string>
#include <vector>
#include <utility>
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | FPGATrackSimHoughTransform_d0phi0_Tool |
Implements road finding using a Hough transform in d0 vs phi0, assuming q/pt = 0 (i.e. a straight track).
Definition in file FPGATrackSimHoughTransform_d0phi0_Tool.h.