32 const char *aliasname,
34 TNamed(treename,aliasname),
46 if ( !other )
return false;
67 fprintf(hf,
"%-*sstruct TFriendPx_%s : public TFriendProxy {\n",
offset,
" ",
GetName() );
68 fprintf(hf,
"%-*s TFriendPx_%s(TBranchProxyDirector *director,TTree *tree,Int_t index) :\n",
70 fprintf(hf,
"%-*s %-*s(director,tree,index)",
offset,
" ",maxVarname,
"TFriendProxy");
74 fprintf(hf,
",\n%-*s %-*s(&fDirector,\"%s\")",
75 offset,
" ",maxVarname,
data->GetDataName(),
data->GetBranchName());
77 fprintf(hf,
"\n%-*s { }\n",
offset,
" ");
79 fprintf(hf,
"\n%-*s // Proxy for each of the branches and leaves of the tree\n",
offset,
" ");
84 fprintf(hf,
"%-*s};\n",
offset,
" ");
92 TString typeName =
"TFriendPx_";
94 fprintf(hf,
"%-*s%-*s %s;\n",
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h offset
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
bool IsEquivalent(const TBranchProxyDescriptor *other, bool inClass=false)
Return true if this description is the 'same' as the other description.
bool IsEquivalent(const TFriendProxyDescriptor *other)
Return true if this descriptor and the other are equivalent (describe the same entity).
void OutputDecl(FILE *hf, int offset, UInt_t maxVarname)
Print the declaration needed for this descriptor.
void OutputClassDecl(FILE *hf, int offset, UInt_t maxVarname)
Print the declaration needed for this descriptor.
TFriendProxyDescriptor(const TFriendProxyDescriptor &b)
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
The TNamed class is the base class for all named ROOT classes.
const char * GetName() const override
Returns name of object.
const char * GetTitle() const override
Returns title of object.
const char * Data() const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...