]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TPCLib/OnlineDisplay/rootlogon.C
build system clean-up, support for custom LinkDef added
[u/mrichter/AliRoot.git] / HLT / TPCLib / OnlineDisplay / rootlogon.C
CommitLineData
a38a7850 1{
2gROOT->GetInterpreter()->AddIncludePath( "$ALIHLT_TOPDIR/BASE" );
3gROOT->GetInterpreter()->AddIncludePath( "$ALIHLT_TOPDIR/TPCLib" );
4gROOT->GetInterpreter()->AddIncludePath( "$ALIHLT_TOPDIR/src" );
5
6gROOT->Macro("StartDisplayMacro.C");
a38a7850 7}
8