FairRoot/PandaRoot
|
#include "PndFtsHoughTrackFinder.h"
#include "Rtypes.h"
#include "FairLogger.h"
#include <cmath>
#include "TMath.h"
#include <math.h>
#include <algorithm>
#include <set>
#include <vector>
#include <map>
#include <fstream>
#include <iostream>
#include "PndFtsHit.h"
#include "PndFtsHoughTrackerTask.h"
#include "PndFtsHoughSpace.h"
#include "PndFtsHoughTracklet.h"
#include "PndFtsHoughTrackCand.h"
#include "PndTrackCand.h"
#include "PndTrack.h"
#include "TString.h"
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | PndFtsHoughTrackFinderQA |
Implementation of the QA for the Hough transform based FTS PR. Use this for parameter optimization. More... | |