mjrasobarnett / ucnsim

A simulation of ultra-cold neutrons for neutron EDM experiments
MIT License
2 stars 0 forks source link

Remove if possible ROOT code from custom Shape classes. #12

Open mjrasobarnett opened 13 years ago

mjrasobarnett commented 13 years ago

Try to embed a ROOT shape object instead inside the class, and simply duplicate the interface, but not the implementation if possible. int ShapeMethod() { return fEmbeddedShape->ShapeMethod(); }