FairRoot/PandaRoot
Functions
plot_eta_c.C File Reference

Go to the source code of this file.

Functions

 if (vtxfit)
 

Function Documentation

if ( vtxfit  )

Definition at line 4 of file plot_eta_c.C.

116  {
117  TCanvas *c7=new TCanvas("c7","c7",600,600);
118  hvpos->Draw();
119 
120  TCanvas *c8=new TCanvas("c8","c8",600,600);
121  hvzpos->Draw();
122 
123  TCanvas *c9=new TCanvas("c9","c9",600,600);
124  h_chi2_vtx->Draw();
125 
126  TCanvas *c10=new TCanvas("c10","c10",600,600);
127  c10->Divide(1,2);
128  c10->cd(1);
129  h_mphi_vtx->Draw();
130  c10->cd(2);
131  h_etac_vtx->Draw();
132  }
TH1F * h_chi2_vtx
TH1F * hvzpos
TCanvas * c10
TCanvas * c7
TH1F * h_etac_vtx
Definition: plot_eta_c_stt.C:9
TH1F * h_mphi_vtx
TCanvas * c8
TH2F * hvpos