![]() |
AliRoot Core
v5-06-30 (35d6c57)
|
#include "Riostream.h"
#include <TFile.h>
#include <TTree.h>
#include <TStopwatch.h>
#include <TObject.h>
#include "alles.h"
#include "AliRun.h"
#include "AliHeader.h"
#include "AliGenEventHeader.h"
#include "AliMagF.h"
#include "AliModule.h"
#include "AliArrayI.h"
#include "AliDigits.h"
#include "AliITS.h"
#include "AliTPC.h"
#include "AliITSgeom.h"
#include "AliITSRecPoint.h"
#include "AliITSclusterV2.h"
#include "AliITSsimulationFastPoints.h"
#include "AliITStrackerV2.h"
#include "AliKalmanTrack.h"
#include "AliTPCtrackerParam.h"
#include "AliTracker.h"
#include "AliESD.h"
#include "AliRunLoader.h"
Go to the source code of this file.
Functions | |
Int_t | TPCParamTracks (const Int_t coll=1, Int_t firstEvent=0, Int_t lastEvent=0) |
void | CreateAllGeantTracks (const Int_t coll=1, Int_t nev=1) |
void | TrackCompare (const Int_t coll, const Double_t Bfield, Int_t n) |
void | BuildDataBase (const Int_t coll, const Double_t Bfield) |
void BuildDataBase | ( | const Int_t | coll, |
const Double_t | Bfield | ||
) |
Definition at line 193 of file AliTPCtrackingParamDB.C.
void CreateAllGeantTracks | ( | const Int_t | coll = 1 , |
Int_t | nev = 1 |
||
) |
Get all tracks at TPC 1st hit w/o selection and smearing
Definition at line 148 of file AliTPCtrackingParamDB.C.
Int_t TPCParamTracks | ( | const Int_t | coll = 1 , |
Int_t | firstEvent = 0 , |
||
Int_t | lastEvent = 0 |
||
) |
Ordinary TPC tracking parameterization
Definition at line 59 of file AliTPCtrackingParamDB.C.
void TrackCompare | ( | const Int_t | coll, |
const Double_t | Bfield, | ||
Int_t | n | ||
) |
Compare Kalman tracks with tracks at TPC 1st hit
Definition at line 175 of file AliTPCtrackingParamDB.C.