]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/alice-macros/init_trd.C
First big commit of the mchview program and its accompanying library,
[u/mrichter/AliRoot.git] / EVE / alice-macros / init_trd.C
CommitLineData
1df98847 1void init_trd()
2{
3 TString macdir("$(REVESYS)/alice-macros");
32e219c2 4 gSystem->ExpandPathName(macdir);
5 gROOT->GetListOfBrowsables()->Add
6 (new TSystemDirectory(macdir.Data(), macdir.Data()));
1df98847 7 Reve::AssertMacro("region_marker.C");
32e219c2 8
edf0c4a0 9 Alieve::TRDLoaderManager *trd=new Alieve::TRDLoaderManager("TRD manager", "Loader manager for TRD data monitoring");
10 gReve->AddRenderElement(trd);
32e219c2 11 gReve->AddToListTree(trd, kTRUE);
12}