42 TNtuple(
const char *
name,
const char *title,
const char *varlist,
Int_t bufsize=32000);
57 virtual Long64_t ReadStream(std::istream& inputStream,
const char *branchDescriptor=
"",
char delimiter =
' ');
static const double x2[5]
static const double x4[22]
static const double x1[5]
static const double x3[11]
#define ClassDef(name, id)
A TTree is a list of TBranches.
Using a TBrowser one can browse all ROOT objects.
A simple TTree restricted to a list of float variables only.
virtual void ResetBranchAddress(TBranch *)
Reset the branch addresses to the internal fArgs array.
virtual Int_t GetNvar() const
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...
Float_t * GetArgs() const
Int_t fNvar
Number of columns.
virtual Int_t Fill()
Fill a Ntuple with current values in fArgs.
void ResetBranchAddresses()
Reset the branch addresses to the internal fArgs array.
TNtuple()
Default constructor for Ntuple.
virtual void Browse(TBrowser *b)
Browse content of the ntuple.
TNtuple & operator=(const TNtuple &)
virtual ~TNtuple()
Default destructor for an Ntuple.
virtual TTree * CloneTree(Long64_t nentries=-1, Option_t *option="")
Create a clone of this tree and copy nentries.
Float_t * fArgs
! [fNvar] Array of variables
A TTree object has a header with a name and a title.