FairRoot/PandaRoot
|
#include "PndSttHelixTrackFitter.h"
#include "PndSttTrackMatch.h"
#include "PndSttHoughDefines.h"
#include "PndSttGeomPoint.h"
#include "PndSttHit.h"
#include "PndSttPoint.h"
#include "PndSttTube.h"
#include "PndTrackCandHit.h"
#include "PndTrackCand.h"
#include "FairRootManager.h"
#include "FairTask.h"
#include "TArc.h"
#include "TH2.h"
#include "TClonesArray.h"
#include "TMatrixD.h"
#include "TMarker.h"
#include "TLine.h"
#include "TPolyLine.h"
#include "TMinuit.h"
#include "TMath.h"
#include <string>
#include <sstream>
#include <iostream>
Go to the source code of this file.
Functions | |
TArrayD | marray (200) |
void | fcnHelix (Int_t &, Double_t *, Double_t &f, Double_t *par, Int_t) |
void | fcnHelix2 (Int_t &, Double_t *, Double_t &f, Double_t *par, Int_t) |
Variables | |
Int_t | h = 0 |
Double_t | vote [201][1001] |
Double_t | votecon [201] |
TArrayD marray | ( | 200 | ) |
Int_t h = 0 |
Definition at line 44 of file PndSttHelixTrackFitter.cxx.
Referenced by ana_track(), analyse_etac1(), analyse_etac1_slc(), analyse_J(), analyse_J_slc(), analyse_phi_base(), PndAnalysisForwardTask::analyzeMCTracks(), PndCAGBTracker::CATrackFinder(), check_complete(), check_pid(), checkphsp2_2(), combinePlotsEtac(), combinePlotsEtac_slc(), combinePlotsJ(), combinePlotsJ_slc(), combinePlotsPhi(), comp_complete(), comp_multiFiles(), comp_pid(), comp_recoqa(), PndTrkComparisonMCtruth::ComparisonwithMC(), KFParticleBase::Convert(), KFParticleBaseSIMD::Convert(), createHistoGraph(), cutqa(), delete_histo(), PndDrcReco::DetermineCherenkov(), PndSttHelixTrackFitter::DoFitPlain(), PndFTSCADisplay::DrawGBHit(), PndFTSCADisplay::DrawGBHits(), PndFTSCADisplay::DrawGBTrack(), PndFTSCADisplay::DrawGBTrackFast(), PndFTSCADisplay::DrawRecoTrack(), PndFTSCADisplay::DrawTrack(), PndFTSCAGBTracker::EstimatePV(), evaltrig(), PndSttTrackFitterQATask::Exec(), PndCATracking::Exec(), PndSdsRecoTask::Exec(), FCFindLimits(), fillUserHisto(), PndSttHelixTrackFitter::FindCorrectZ(), fitsb(), PndFTSCAGBTracker::FitTrack(), PndFTSCAGBTracker::FitTracks(), FTSCAHitV::FTSCAHitV(), KFParticleBase::GetDeviationFromParticle(), KFParticleBaseSIMD::GetDeviationFromParticle(), KFParticle::GetDeviationFromParticleXY(), KFParticleSIMD::GetDeviationFromParticleXY(), KFParticleBase::GetDeviationFromVertex(), KFParticleBaseSIMD::GetDeviationFromVertex(), GetEntriesFast(), KFParticleBase::GetMeasurement(), KFParticleBaseSIMD::GetMeasurement(), getpars(), PndSttTrackFinderIdeal::GetTrackletCircular(), PndFTSCADisplay::GetTrackMC(), PndSttHelixTrackFitter::Hough(), PndSttHelixTrackFitter::HoughThroughOrigin(), HypHitAnasigBg_AR(), PndFTSCAGBTracker::InitialTrackApproximation(), inspectmode(), inspectvar(), PndMvdAdvancedPidAlgo::LandauGaus(), PndHypAdvancedPidAlgo::LandauGaus(), PndFsmMvdPid::LandauGaus(), PndFsmMvd2::LandauGaus(), PndSttHelixTrackFitter::MinuitFit(), PndCATrack::NUsedHits(), FTSCATrack::NUsedHits(), overall_perf(), overall_perf_full(), plot_all(), plotmyhistos(), PndCAHitV::PndCAHitV(), ReadHits(), PndAnalysis::ReadRecoCandidates(), PndRiemannTrack::refit(), PndTrkComparisonMCtruth::SciTilMatchedSpurioustoTrackCand(), PndTrkComparisonMCtruth::SciTilMatchtoMC(), PndListProvider::SetHisto(), PndLineApproximation::setHits(), PndCATrack::SetHitsAsUsed(), FTSCATrack::SetHitsAsUsed(), KFParticleBase::SetNoDecayLength(), KFParticleBaseSIMD::SetNoDecayLength(), PndSimpleAnalysis::SetupAnalysis(), TrackHits(), trackProximity(), RhoKinHyperonVtxFitter::TransportToPoca(), tut_makegifs(), PndFtsCATracking::WriteFTSHits(), PndTrkPlotMacros::WriteMacroSkewAssociatedHitswithMC(), PndTrkPlotMacros2::WriteMacroSkewAssociatedHitswithMC(), PndTrkPlotMacros2::WriteMacroSkewAssociatedHitswithMC_Degree(), PndCATracking::WriteMVDHits(), writemyhistos(), PndSttHelixTrackFitter::XYFit(), PndSttHelixTrackFitter::XYFitThroughOrigin(), PndSttHelixTrackFitter::ZFinder(), and PndSttHelixTrackFitter::ZFinderThroughOrigin().
Double_t vote[201][1001] |
Definition at line 45 of file PndSttHelixTrackFitter.cxx.
Referenced by PndTrkTrackFinder::Exec(), PndSttHelixTrackFitter::GetHoughResponse(), and PndSttHelixTrackFitter::Hough().
Double_t votecon[201] |
Definition at line 45 of file PndSttHelixTrackFitter.cxx.
Referenced by PndSttHelixTrackFitter::GetHoughResponseThroughOrigin(), and PndSttHelixTrackFitter::HoughThroughOrigin().