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;
static const double x2[5]
static const double x4[22]
static const double x1[5]
static const double x3[11]
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)
Browse this collection (called by TBrowser).
A simple TTree restricted to a list of double variables only.
void ResetBranchAddresses()
Reset the branch addresses to the internal fArgs array.
virtual void Browse(TBrowser *b)
Browse content.
virtual Long64_t ReadStream(std::istream &inputstream, const char *branchDescriptor="", char delimiter=' ')
Read from filename as many columns as variables in the ntuple the function returns the number of rows...
virtual void ResetBranchAddress(TBranch *)
Reset the branch addresses to the internal fArgs array.
virtual Int_t Fill()
Fill a Ntuple with current values in fArgs.
TNtupleD()
Default constructor for Ntuple.
virtual ~TNtupleD()
Default destructor for an Ntuple.
Int_t fNvar
Number of columns.
Double_t * fArgs
! [fNvar] Array of variables
Int_t IndexOf(const TObject *obj) const
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)