#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...
|
|
typedef std::vector< Int_t > IdxPath |
Definition at line 57 of file PndFtsHoughSpace.cxx.
59 Int_t lastIdx = outVector.size()-1;
65 for (Int_t iVec = 0; iVec < lastIdx; ++iVec){
66 os << outVector[iVec] <<
", ";
68 os << outVector[lastIdx] <<
"]";
Definition at line 72 of file PndFtsHoughSpace.cxx.
75 if(outMap.begin() == outMap.end()){
79 for (HitIdxPathMap::const_iterator itMap = outMap.begin(); itMap != outMap.end(); ++itMap){
80 os <<
"{ "<< itMap->first <<
", ";