TNamed

Header Files

The following may be needed if not using CINT Shortcuts #include "TNamed.h"

Description

A TNamed object is simply a TObject that has a name and a title. Giving an object a name provides a simple retrieval mechanism, both in memory and on file:-

Example Use in MINFast

TNamed objects are not used directly by MINFast although it uses many objects that are based on (i.e. inherit from) TNamed. In particular, the Example Macros have a number of examples that exploit the CINT Shortcut that locates undeclared variables by looking for an object with the same name. For example the master MINFast object gMINFast (which inherits directly from TNamed) can be used without declaring it.

For more information see:-


Go Back to the The ROOT Crib Top Page


If you have any comments about this page please send them to Nick West