FairRoot/PandaRoot
Functions
PndCATracking.cxx File Reference
#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)
 

Function Documentation

ClassImp ( PndCATracking  )
bool compareSdsPoints ( PndSdsMCPoint *const  a,
PndSdsMCPoint *const  b 
)

Definition at line 67 of file PndCATracking.cxx.

Referenced by PndCATracking::Exec().

67 { return (a->GetTime()<b->GetTime()); }
bool compareSttPoints ( PndSttPoint *const  a,
PndSttPoint *const  b 
)

Definition at line 68 of file PndCATracking.cxx.

Referenced by PndCATracking::Exec().

68 { return (a->GetTime()<b->GetTime()); }