![]() |
AliRoot Core
edcc906 (edcc906)
|
#include <fstream.h>
#include <TROOT.h>
#include <TCanvas.h>
#include <TClassTable.h>
#include <TClonesArray.h>
#include <TFile.h>
#include <TFolder.h>
#include <TH1.h>
#include <TObject.h>
#include <TObjArray.h>
#include <TParticle.h>
#include <TTree.h>
#include <AliMagF.h>
#include <AliRun.h>
#include <alles.h>
Go to the source code of this file.
Classes | |
struct | GoodTrackTPC |
Enumerations | |
enum | tagprimary { kPrimaryCharged = 0x4000 } |
Functions | |
Int_t | good_tracks (GoodTrackTPC *gt, Int_t max, Int_t firstev, Int_t eventn) |
Int_t | FindPrimaries (Int_t nparticles) |
Int_t | AliTPCComparison2 (Int_t firstev=0, Int_t eventn=1) |
enum tagprimary |
Enumerator | |
---|---|
kPrimaryCharged |
Definition at line 44 of file AliTPCComparison2.C.
Int_t AliTPCComparison2 | ( | Int_t | firstev = 0 , |
Int_t | eventn = 1 |
||
) |
Definition at line 50 of file AliTPCComparison2.C.
Int_t FindPrimaries | ( | Int_t | nparticles | ) |
Definition at line 597 of file AliTPCComparison2.C.
Referenced by good_tracks().
Int_t good_tracks | ( | GoodTrackTPC * | gt, |
Int_t | max, | ||
Int_t | firstev, | ||
Int_t | eventn | ||
) |
eventn - number of events in file
select tracks which are "good" enough
check if there is also information at the entrance of the TPC
Definition at line 380 of file AliTPCComparison2.C.
Referenced by AliTPCComparison2().