myMacro.cxx 153 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{

	gSystem->Load("../../libAculData.so");

	cout << "kasjbdjka" << endl;

	AculCalibration cal;

	UShort_t SQ22 = 14;

	cal.SomeFunction(SQ22, 3);



}