Go to the documentation of this file.
    7   TH1F *
h8 = 
new TH1F(
"h8",
"Pt distribution",100,1.,2.);
 
    8   h8->SetTitle(
"PREFIT");
 
    9   simtree->Draw(
"(STTTrack.fParamLast.fTx * 0.006)  >> h8", 
"fFlag >= 3");
 
   12   TFile 
f2(
"ex2g.root");
 
   14   TH1F *
h9 = 
new TH1F(
"h9",
"Pt distribution",100,1.,2.);
 
   15   h9->SetTitle(
"KALMAN");
 
   16   simtree->Draw(
"sqrt(GeaneTrackPar.fPx * GeaneTrackPar.fPx + GeaneTrackPar.fPy * GeaneTrackPar.fPy) >> h9");