TCollection
The following may be needed if not using
CINT Shortcuts
#include "TCollection.h"
Description
ROOT has a number of
classes
whose
objects
acts as
containers,
i.e. hold other objects.
TCollection is the foundation class for ROOT containers. It
identifies a minimum set of
messages
that all containers must support. It is too generic to provide code for these
messages, so TCollection objects cannot be created, that is to say it is
an
abstract base class.
For more information see
ROOT Containers.
Go Back to the
The ROOT Crib Top Page
If you have any comments about this page please send them to
Nick West