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