|
FairRoot/PandaRoot
|
#include "PndCATracking.h"#include <iostream>#include <cmath>#include "TClonesArray.h"#include "TParticlePDG.h"#include "PndMCTrack.h"#include "FairRootManager.h"#include "FairRunAna.h"#include "FairRuntimeDb.h"#include "PndGeoSttPar.h"#include "PndSttMapCreator.h"#include "PndSttTube.h"#include "PndSttHit.h"#include "PndSdsHit.h"#include "PndSdsClusterPixel.h"#include "PndSdsClusterStrip.h"#include "PndSdsDigiPixel.h"#include "PndSdsDigiStrip.h"#include "TGeoManager.h"#include "PndGeoHandling.h"#include "PndSttPoint.h"#include "PndCATrackMCPointContainer.h"#include "FairField.h"#include <algorithm>#include <vector>#include <fstream>#include <iomanip>#include <cstdio>#include <cstring>#include <sstream>#include <map>#include "PndCATrackParam.h"#include "PndCAGBTracker.h"#include "PndCAPerformance.h"#include "TFile.h"Go to the source code of this file.
Functions | |
| ClassImp (PndCATracking) | |
| bool | compareSdsPoints (PndSdsMCPoint *const a, PndSdsMCPoint *const b) |
| bool | compareSttPoints (PndSttPoint *const a, PndSttPoint *const b) |
| ClassImp | ( | PndCATracking | ) |
| bool compareSdsPoints | ( | PndSdsMCPoint *const | a, |
| PndSdsMCPoint *const | b | ||
| ) |
Definition at line 67 of file PndCATracking.cxx.
Referenced by PndCATracking::Exec().
| bool compareSttPoints | ( | PndSttPoint *const | a, |
| PndSttPoint *const | b | ||
| ) |
Definition at line 68 of file PndCATracking.cxx.
Referenced by PndCATracking::Exec().
1.8.8