FairRoot/PandaRoot
Functions | Variables
checkKalmanb.C File Reference

Go to the source code of this file.

Functions

h8 SetTitle ("PREFIT")
 
simtree Draw ("(STTTrack.fParamLast.fTx * 0.006) >> h8","fFlag >= 3")
 
TFile f2 ("ex2g.root")
 
h9 SetTitle ("KALMAN")
 
simtree Draw ("sqrt(GeaneTrackPar.fPx * GeaneTrackPar.fPx + GeaneTrackPar.fPy * GeaneTrackPar.fPy) >> h9")
 

Variables

TCanvas c8
 
TH1F * h8 = new TH1F("h8","Pt distribution",100,1.,2.)
 
TCanvas c9
 
TH1F * h9 = new TH1F("h9","Pt distribution",100,1.,2.)
 

Function Documentation

simtree Draw ( "(STTTrack.fParamLast.fTx * 0.006) >> h8 ,
"fFlag >= 3"   
)
simtree Draw ( "sqrt(GeaneTrackPar.fPx * GeaneTrackPar.fPx + GeaneTrackPar.fPy * GeaneTrackPar.fPy) >> h9 )
TFile f2 ( "ex2g.root"  )
h8 SetTitle ( "PREFIT"  )
h9 SetTitle ( "KALMAN"  )

Variable Documentation

TCanvas c8
Initial value:
{
TFile f("ex2r.root")
TFile * f
Definition: bump_analys.C:12

Definition at line 1 of file checkKalmanb.C.

TCanvas c9

Definition at line 13 of file checkKalmanb.C.

TH1F* h8 = new TH1F("h8","Pt distribution",100,1.,2.)

Definition at line 7 of file checkKalmanb.C.

TH1F* h9 = new TH1F("h9","Pt distribution",100,1.,2.)

Definition at line 14 of file checkKalmanb.C.