30 namespace std {}
using namespace std;
45 Update(
TTree *newtree) : fNewTree(newtree) {}
47 void operator()(TFriendProxy *
x) { x->Update(fNewTree); }
91 if (optSame) canExtend =
kFALSE;
93 if (
gPad && optSame) {
97 while ((op = np()) && !oldhtemp) {
105 vmin =
gPad->GetUxmin();
106 vmax =
gPad->GetUxmax();
113 TH1F *hist =
new TH1F(
"htemp",
"htemp",nbins,vmin,vmax);
123 hist->GetXaxis()->SetTitle(
"var");
125 hist->SetDirectory(0);
TTree * SetTree(TTree *newtree)
virtual Style_t GetLineStyle() const
virtual Style_t GetFillStyle() const
Namespace for new ROOT classes and functions.
void SetReadEntry(Long64_t entry)
TH1F * CreateHistogram(const char *options)
std::list< TFriendProxy * > fFriends
virtual Size_t GetMarkerSize() const
std::list< Detail::TBranchProxy * > fDirected
void ResetReadEntry()
Refresh the cached read entry number from the original tree.
virtual Int_t GetValue(const char *name, Int_t dflt)
Returns the integer value for a resource.
virtual Color_t GetFillColor() const
static void update(gsl_integration_workspace *workspace, double a1, double b1, double area1, double error1, double a2, double b2, double area2, double error2)
void ResetReadEntry(TFriendProxy *x)
void Reset(Detail::TBranchProxy *x)
virtual Color_t GetLineColor() const
ClassImp(ROOT::Internal::TBranchProxyDirector)
TRObject operator()(const T1 &t1) const
Mother of all ROOT objects.
virtual Color_t GetMarkerColor() const
TBranchProxyDirector(const TBranchProxyDirector &)
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
A TTree object has a header with a name and a title.
virtual Style_t GetMarkerStyle() const
virtual Width_t GetLineWidth() const
Histogram class for histograms with DIMENSIONS dimensions, where each bin count is stored by a value ...
void Attach(Detail::TBranchProxy *p)