This is a simple example written to demonstrate how to create your own ROOT class and generate a shared library from it. This is important if you want to write your own class to a ROOT file and keep it in the format of your class. To do this you must generate a shared library with your class definition in it.

To use this example UnZip this file MyClass.tar.gz. Read the README. If you use NetScape it will add an extra ".tar" onto the file name. Remove this extention and continue.

back