rootlogon.C 232 Bytes
Newer Older
1 2 3 4 5 6
{
	gInterpreter->AddIncludePath("/home/vratik/go4-5.3.0/include");
	gInterpreter->AddIncludePath("/home/vratik/workspace/AculUtils/TELoss");
	gSystem->Load("../libUserAnalysis.so");
	gSystem->Load("../../AculUtils/libTELoss.so");
}