PandaRoot
PndFtsHoughSpace.h File Reference
#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.

Classes

class  PndFtsHoughSpace
 Class for Hough space based on TH2S (for the moment). Saves the hits which enter this Hough space and finds peaks. More...
 

Typedefs

typedef std::vector< Int_t > IdxPath
 
typedef std::map< Int_t, IdxPathHitIdxPathMap
 
typedef std::pair< Int_t, IdxPathHitIdxPathPair
 

Functions

std::ostream & operator<< (std::ostream &os, const IdxPath &outVector)
 
std::ostream & operator<< (std::ostream &os, const HitIdxPathMap &outMap)
 

Typedef Documentation

◆ HitIdxPathMap

typedef std::map<Int_t, IdxPath> HitIdxPathMap

Definition at line 54 of file PndFtsHoughSpace.h.

◆ HitIdxPathPair

typedef std::pair<Int_t, IdxPath> HitIdxPathPair

Definition at line 55 of file PndFtsHoughSpace.h.

◆ IdxPath

typedef std::vector<Int_t> IdxPath

Definition at line 53 of file PndFtsHoughSpace.h.

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  os,
const IdxPath outVector 
)

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  os,
const HitIdxPathMap outMap 
)