BOSS
7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
CheckRung/check/dedx_vs_t0.cxx
Go to the documentation of this file.
1
#include "TH2F.h"
2
3
void
dedx_vs_t0
(){
4
5
TFile *
f
=
new
TFile(
"t0.root"
);
6
TH2F *h = (TH2F*)
f
->Get(
"dEdxVsTzero"
);
7
TCanvas *c1 =
new
TCanvas(
"c1"
,
"dEdx vs t0"
, 10,10,800,642);
8
h->Draw();
9
c1->SaveAs(
"figs/dedxvst0.eps"
);
10
}
dedx_vs_t0
void dedx_vs_t0()
Definition:
CheckRung/check/dedx_vs_t0.cxx:3
f
TFile f("ana_bhabha660a_dqa_mcPat_zy_old.root")
source
Mdc
DedxCalibAlg
DedxCalibAlg-00-01-20
share
template
CheckRung
check
dedx_vs_t0.cxx
Generated by
1.9.6