FairRoot/PandaRoot
|
#include "PndCAStationSTT.h"
#include "PndCAGBTracker.h"
#include "PndCAGBHit.h"
#include "PndCAGBTrack.h"
#include "PndCATrackParam.h"
#include "PndCAMath.h"
#include "PndCATrackLinearisationVector.h"
#include "PndCAPerformance.h"
#include "TStopwatch.h"
#include "PndCATarget.h"
#include "PndCAHits.h"
#include "PndCAHitsV.h"
#include "PndCATracks.h"
#include <algorithm>
#include <fstream>
#include <iostream>
#include <sstream>
#include "PndCAMCPoint.h"
#include "PndCAPerformanceBase.h"
Go to the source code of this file.
Classes | |
struct | TrackHitRecord |
struct | FitStore |
Functions | |
void | ConvertTrackParamToVector (PndCATrackParam t0[uint_v::Size], PndCATrackParamVector &t, int &nTracksV) |
bool | IsRightNeighbour (const PndCANPlet &a, const PndCANPlet &b, float pick, float &chi2) |
vector< FitStore > | store (3000) |
Variables | |
vector< TrackHitRecord > | gTrackHitRecords |
const int | StartStationShift = 1 |
bool | SINGLE_THREADED = false |
|
inline |
Definition at line 185 of file PndCAGBTracker.cxx.
References Chi2(), Par, PndCATrackParamVector::SetChi2(), PndCATrackParamVector::SetCov(), PndCATrackParamVector::SetNDF(), PndCATrackParamVector::SetPar(), PndCATrackParamVector::SetSignCosPhi(), PndCATrackParamVector::SetX(), t0, and X.
|
inline |
Definition at line 755 of file PndCAGBTracker.cxx.
References fabs(), i, PndCANPlet::IHit(), PndCANPlet::N(), PndCANPlet::QMomentum(), PndCANPlet::QMomentumErr2(), sqrt(), and StartStationShift.
Referenced by PndCAGBTracker::FindNeighbours().
vector<FitStore> store | ( | 3000 | ) |
vector<TrackHitRecord> gTrackHitRecords |
Definition at line 62 of file PndCAGBTracker.cxx.
Referenced by PndCAGBTracker::Create1Plets(), PndCAGBTracker::Init(), PndCAGBTracker::PickUpHits(), PndCANPlets::PndCANPlets(), and PndCAGBTracker::StartEvent().
bool SINGLE_THREADED = false |
Definition at line 99 of file PndCAGBTracker.cxx.
const int StartStationShift = 1 |
Definition at line 64 of file PndCAGBTracker.cxx.
Referenced by PndCAGBTracker::CATrackFinder(), PndCAGBTracker::FindBestCandidate(), PndCAGBTracker::FindNeighbours(), and IsRightNeighbour().