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

	gStyle->SetOptStat(1);
9
}