#include "PndFtsHoughTrackerTask.h"
#include "PndFtsHoughSpacePeak.h"
#include "PndFtsHoughSpaceBinning.h"
#include "TH2.h"
#include <cmath>
#include <vector>
#include "Rtypes.h"
#include "FairLogger.h"
#include "PndTrackCandHit.h"
#include "TClonesArray.h"
#include "FairField.h"
#include "TVector3.h"
#include "PndFtsHoughTracklet.h"
#include "PndFtsHoughTrackCand.h"
#include "TString.h"
#include <stdexcept>
Go to the source code of this file.
|
class | PndFtsHoughSpace |
| Class for Hough space based on TH2S (for the moment). Saves the hits which enter this Hough space and finds peaks. More...
|
|
◆ HitIdxPathMap
◆ HitIdxPathPair
◆ IdxPath
◆ operator<<() [1/2]
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const IdxPath & |
outVector |
|
) |
| |
◆ operator<<() [2/2]
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const HitIdxPathMap & |
outMap |
|
) |
| |