FairRoot/PandaRoot
|
Public Member Functions | |
SimpleNtp (TString name, TString title, int maxsize=100) | |
~SimpleNtp () | |
void | Column (TString name, Float_t value) |
void | DumpData () |
Private Attributes | |
TTree * | fTree |
std::map< TString, Int_t > | fBranchMap |
Float_t * | fValues |
int | fSize |
int | fMax |
Definition at line 9 of file SimpleNtp.C.
|
inline |
void SimpleNtp::Column | ( | TString | name, |
Float_t | value | ||
) |
Definition at line 33 of file SimpleNtp.C.
References fBranchMap, fMax, fSize, fTree, fValues, and name.
Referenced by qaCand(), and writeTuple().
|
inline |
Definition at line 27 of file SimpleNtp.C.
Referenced by Column(), and SimpleNtp().
|
private |
Definition at line 30 of file SimpleNtp.C.
Referenced by Column(), and SimpleNtp().
|
private |
Definition at line 29 of file SimpleNtp.C.
Referenced by Column(), and SimpleNtp().
|
private |
Definition at line 26 of file SimpleNtp.C.
Referenced by Column(), DumpData(), SimpleNtp(), and ~SimpleNtp().
|
private |
Definition at line 28 of file SimpleNtp.C.
Referenced by Column(), SimpleNtp(), and ~SimpleNtp().