One should only create TCanvas variables with "new" and not declare them
like: TCanvas can("ala");. In this later case the ROOT can not be reset
neither by .reset nor by gROOT.Reset() and executing same macro again
induces "segmentation violation" error.
Trying other classes I do not observe this kind of behaviour. Is this
an error in ROOT?
Andrzej.O.