43 Update(
TTree *newtree) : fNewTree(newtree) {}
45 void operator()(TFriendProxy *
x) {
x->Update(fNewTree); }
89 if (optSame) canExtend =
kFALSE;
91 if (
gPad && optSame) {
95 while ((op = np()) && !oldhtemp) {
103 vmin =
gPad->GetUxmin();
104 vmax =
gPad->GetUxmax();
111 TH1F *hist =
new TH1F(
"htemp",
"htemp",nbins,vmin,vmax);
137 if(!
Notify())
return nullptr;
146 retVal = retVal && brProxy->Notify();
static void update(gsl_integration_workspace *workspace, double a1, double b1, double area1, double error1, double a2, double b2, double area2, double error2)
TRObject operator()(const T1 &t1) const
Base class for all the proxy object.
void Attach(Detail::TBranchProxy *p)
std::list< Detail::TBranchProxy * > fDirected
std::vector< TFriendProxy * > fFriends
TBranchProxyDirector(const TBranchProxyDirector &)
TH1F * CreateHistogram(const char *options)
TTree * SetTree(TTree *newtree)
void ResetReadEntry()
Refresh the cached read entry number from the original tree.
virtual Color_t GetFillColor() const
Return the fill area color.
virtual Style_t GetFillStyle() const
Return the fill area style.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
virtual Color_t GetLineColor() const
Return the line color.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
virtual Width_t GetLineWidth() const
Return the line width.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual Style_t GetLineStyle() const
Return the line style.
virtual Style_t GetMarkerStyle() const
Return the marker style.
virtual void SetMarkerColor(Color_t mcolor=1)
Set the marker color.
virtual Color_t GetMarkerColor() const
Return the marker color.
virtual Size_t GetMarkerSize() const
Return the marker size.
virtual void SetMarkerStyle(Style_t mstyle=1)
Set the marker style.
virtual void SetMarkerSize(Size_t msize=1)
Set the marker size.
virtual Int_t GetValue(const char *name, Int_t dflt) const
Returns the integer value for a resource.
1-D histogram with a float per channel (see TH1 documentation)}
TH1 is the base class of all histogram classes in ROOT.
virtual void SetDirectory(TDirectory *dir)
By default when an histogram is created, it is added to the list of histogram objects in the current ...
TAxis * GetXaxis()
Get the behaviour adopted by the object about the statoverflows. See EStatOverflows for more informat...
virtual UInt_t SetCanExtend(UInt_t extendBitMask)
Make the histogram axes extendable / not extendable according to the bit mask returns the previous bi...
virtual void Sumw2(Bool_t flag=kTRUE)
Create structure to store sum of squares of weights.
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
Mother of all ROOT objects.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
A TTree represents a columnar dataset.
void ResetReadEntry(TFriendProxy *fp)
void NotifyDirected(Detail::TBranchProxy *x)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...