Documentation ¶
Overview ¶
Package rbase contains the definitions of ROOT base classes.
Index ¶
- type AttAxis
- type AttFill
- type AttLine
- type AttMarker
- type Named
- func (*Named) Class() string
- func (n *Named) MarshalROOT(w *rbytes.WBuffer) (int, error)
- func (n *Named) Name() string
- func (*Named) RVersion() int16
- func (n *Named) SetName(name string)
- func (n *Named) SetTitle(title string)
- func (n *Named) Sizeof() int32
- func (n *Named) Title() string
- func (n *Named) UnmarshalROOT(r *rbytes.RBuffer) error
- type ObjString
- func (*ObjString) Class() string
- func (obj *ObjString) MarshalROOT(w *rbytes.WBuffer) (int, error)
- func (obj *ObjString) Name() string
- func (*ObjString) RVersion() int16
- func (obj *ObjString) String() string
- func (*ObjString) Title() string
- func (obj *ObjString) UnmarshalROOT(r *rbytes.RBuffer) error
- type Object
- type UUID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttAxis ¶
type AttAxis struct { Ndivs int32 // number of divisions (10000*n3 + 100*n2 + n1) AxisColor int16 // color of the line axis LabelColor int16 // color of labels LabelFont int16 // font for labels LabelOffset float32 // offset of labels LabelSize float32 // size of labels Ticks float32 // length of tick marks TitleOffset float32 // offset of axis title TitleSize float32 // size of axis title TitleColor int16 // color of axis title TitleFont int16 // font for axis title }
type AttFill ¶
type AttLine ¶
type AttMarker ¶
type Named ¶
type Named struct {
// contains filtered or unexported fields
}
The TNamed class is the base class for all named ROOT classes A TNamed contains the essential elements (name, title) to identify a derived object in containers, directories and files. Most member functions defined in this base class are in general overridden by the derived classes.
type ObjString ¶
type ObjString struct {
// contains filtered or unexported fields
}
type Object ¶
Click to show internal directories.
Click to hide internal directories.