BOSS 7.0.8
BESIII Offline Software System
|
Go to the source code of this file.
Functions | |
curve | SetBranchAddress ("CurveSize",&CurveSize) |
curve | SetBranchAddress ("curve", Curve) |
sigma | SetBranchAddress ("SigmaSize",&SigmaSize) |
sigma | SetBranchAddress ("sigma", Sigma) |
ofstream | file ("test_data.dat") |
curve | GetEntry (0) |
for (int i=0;i< CurveSize;i++) | |
file | close () |
Variables | |
TTree * | curve = (TTree*) f->Get("curve") |
TTree * | sigma = (TTree*) f->Get("sigma") |
double | Curve [100] |
double | Sigma [100] |
int | CurveSize |
int | SigmaSize |
file close | ( | ) |
Referenced by barrel_con2root(), XmlRpc::XmlRpcSocket::close(), endcap_con2root(), and raw_ifstream::next_file().
ofstream file | ( | "test_data.dat" | ) |
for | ( | ) |
Definition at line 27 of file getCurConstPar_dEdXCal.cxx.
curve GetEntry | ( | 0 | ) |
curve SetBranchAddress | ( | "CurveSize" | , |
& | CurveSize | ||
) |
sigma SetBranchAddress | ( | "SigmaSize" | , |
& | SigmaSize | ||
) |
TTree* curve = (TTree*) f->Get("curve") |
Definition at line 5 of file getCurConstPar_dEdXCal.cxx.
double Curve[100] |
Definition at line 8 of file getCurConstPar_dEdXCal.cxx.
Referenced by for(), and DedxCalib::getCurvePar().
int CurveSize |
Definition at line 11 of file getCurConstPar_dEdXCal.cxx.
TTree* sigma = (TTree*) f->Get("sigma") |
Definition at line 6 of file getCurConstPar_dEdXCal.cxx.
double Sigma[100] |
Definition at line 10 of file getCurConstPar_dEdXCal.cxx.
int SigmaSize |
Definition at line 11 of file getCurConstPar_dEdXCal.cxx.