#include "test.h" //ClassImp(test) test::test() { _x = 0.; _y = 1.; } test::test(float x, float y) { _x = x; _y = y; }