73 Int_t nch = strlen(varlist);
75 char *vars =
new char[nch+1];
76 strlcpy(vars,varlist,nch+1);
91 for (i=0;i<
fNvar;i++) {
93 snprintf(descriptor,100,
"%s/D",&vars[pv]);
235 if (
fNvar <= 0)
return;
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
A TTree is a list of TBranches.
virtual void SetAddress(void *add)
Set address of this branch.
Using a TBrowser one can browse all ROOT objects.
Buffer base class used for serializing objects.
void Browse(TBrowser *b) override
Browse this collection (called by TBrowser).
A simple TTree restricted to a list of double variables only.
~TNtupleD() override
Default destructor for an Ntuple.
void Browse(TBrowser *b) override
Browse content.
Long64_t ReadStream(std::istream &inputstream, const char *branchDescriptor="", char delimiter=' ') override
Read from filename as many columns as variables in the ntuple the function returns the number of rows...
void ResetBranchAddress(TBranch *) override
Reset the branch addresses to the internal fArgs array.
TNtupleD()
Default constructor for Ntuple.
void Streamer(TBuffer &) override
Stream a class object.
void ResetBranchAddresses() override
Reset the branch addresses to the internal fArgs array.
Int_t Fill() override
Fill a Ntuple with current values in fArgs.
Int_t fNvar
Number of columns.
Double_t * fArgs
! [fNvar] Array of variables
Int_t IndexOf(const TObject *obj) const override
TObject * UncheckedAt(Int_t i) const
A TTree represents a columnar dataset.
virtual Int_t Fill()
Fill all branches.
TObjArray fBranches
List of Branches.
TObjArray fLeaves
Direct pointers to individual branch leaves.
TBranch * Branch(const char *name, T *obj, Int_t bufsize=32000, Int_t splitlevel=99)
Add a new branch, and infer the data type from the type of obj being passed.
template Long64_t FillNtupleFromStream< Double_t, TNtupleD >(std::istream &, TNtupleD &, char, bool)