|
FairRoot/PandaRoot
|
#include "PndFtsCATracking.h"#include <iostream>#include <cmath>#include <random>#include "TClonesArray.h"#include "TParticlePDG.h"#include "PndMCTrack.h"#include "FairRootManager.h"#include "FairRunAna.h"#include "FairRuntimeDb.h"#include "FairField.h"#include "PndTrackCand.h"#include "PndTrack.h"#include "PndFtsPoint.h"#include "PndFtsHit.h"#include "PndFtsTube.h"#include "PndFtsMapCreator.h"#include "PndGeoFtsPar.h"#include "TGeoManager.h"#include "PndCATrackFtsMCPointContainer.h"#include <algorithm>#include <vector>#include <fstream>#include <iomanip>#include <cstdio>#include <cstring>#include <sstream>#include <map>#include "PndFTSCATrackParam.h"#include "PndFTSCAGBTracker.h"#include "PndFTSCAPerformance.h"#include "TFile.h"Go to the source code of this file.
Functions | |
| ClassImp (PndFtsCATracking) | |
| bool | compareFtsPoints (PndFtsPoint *const a, PndFtsPoint *const b) |
Variables | |
| vector< int > | allFwdTrackIds |
| vector< int > | ftslabels |
| vector< PndFTSCALocalMCPoint > | ftsmcpoints |
| vector< PndFTSCAMCTrack > | ftsmctracks |
| ClassImp | ( | PndFtsCATracking | ) |
| bool compareFtsPoints | ( | PndFtsPoint *const | a, |
| PndFtsPoint *const | b | ||
| ) |
Definition at line 63 of file PndFtsCATracking.cxx.
Referenced by PndFtsCATracking::Exec().
| vector<int> allFwdTrackIds |
Definition at line 60 of file PndFtsCATracking.cxx.
| vector<int> ftslabels |
Definition at line 220 of file PndFtsCATracking.cxx.
Referenced by PndFtsCATracking::Exec(), and PndFtsCATracking::WriteFTSHits().
| vector<PndFTSCALocalMCPoint> ftsmcpoints |
Definition at line 221 of file PndFtsCATracking.cxx.
Referenced by PndFtsCATracking::Exec().
| vector<PndFTSCAMCTrack> ftsmctracks |
Definition at line 222 of file PndFtsCATracking.cxx.
Referenced by PndFtsCATracking::Exec().
1.8.5