FairRoot/PandaRoot
|
#include "PndFtsHoughTrackerTask.h"
#include "PndFtsHoughTrackFinderParams.h"
#include "FairTask.h"
#include <cmath>
#include <vector>
#include "Rtypes.h"
#include <iostream>
#include "TVector3.h"
#include "PndFtsHit.h"
#include "TClonesArray.h"
#include "PndFtsTube.h"
#include "TString.h"
#include <stdexcept>
#include "FairMCPoint.h"
Go to the source code of this file.
Classes | |
class | PndFtsHoughTrackerTaskQA |
For automatic parameter optimization. This class tries numerous parameters and prints out good combinations. More... | |