70 Int_t nch = strlen(varlist);
72 char *vars =
new char[nch+1];
73 strlcpy(vars,varlist,nch+1);
88 for (i=0;i<
fNvar;i++) {
90 snprintf(descriptor,100,
"%s/D",&vars[pv]);
172 if (fNvar > 0)
fArgs[0] = x0;
177 if (fNvar > 5)
fArgs[5] = x5;
178 if (fNvar > 6)
fArgs[6] = x6;
179 if (fNvar > 7)
fArgs[7] = x7;
180 if (fNvar > 8)
fArgs[8] = x8;
181 if (fNvar > 9)
fArgs[9] = x9;
182 if (fNvar > 10)
fArgs[10] = x10;
183 if (fNvar > 11)
fArgs[11] = x11;
184 if (fNvar > 12)
fArgs[12] = x12;
185 if (fNvar > 13)
fArgs[13] = x13;
186 if (fNvar > 14)
fArgs[14] = x14;
226 void TNtupleD::Streamer(
TBuffer &b)
232 if (fNvar <= 0)
return;
virtual ~TNtupleD()
Default destructor for an Ntuple.
virtual Int_t Fill()
[fNvar] Array of variables
virtual Int_t WriteClassBuffer(const TClass *cl, void *pointer)=0
virtual void SetAddress(void *add)
Set address of this branch.
A simple TTree restricted to a list of double variables only.
virtual void Browse(TBrowser *b)
Browse content.
virtual Int_t Fill()
Fill all branches.
Buffer base class used for serializing objects.
static const double x2[5]
static const double x4[22]
TObject * UncheckedAt(Int_t i) const
Using a TBrowser one can browse all ROOT objects.
Int_t IndexOf(const TObject *obj) const
TPaveLabel title(3, 27.1, 15, 28.7,"ROOT Environment and Tools")
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...
TObjArray fBranches
Pointer to directory holding this tree.
virtual Int_t ReadClassBuffer(const TClass *cl, void *pointer, const TClass *onfile_class=0)=0
static const double x1[5]
void Browse(TBrowser *b)
Browse this collection (called by TBrowser).
virtual void ResetBranchAddress(TBranch *)
Reset the branch addresses to the internal fArgs array.
template Long64_t FillNtupleFromStream< Double_t, TNtupleD >(std::istream &, TNtupleD &, char, bool)
virtual Int_t Branch(TCollection *list, Int_t bufsize=32000, Int_t splitlevel=99, const char *name="")
Create one branch for each element in the collection.
A TTree object has a header with a name and a title.
A TTree is a list of TBranches.
void ResetBranchAddresses()
Reset the branch addresses to the internal fArgs array.
virtual Version_t ReadVersion(UInt_t *start=0, UInt_t *bcnt=0, const TClass *cl=0)=0
static const double x3[11]