StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rootlogoff.C
1 {
2  if (TClassTable::GetDict("StMaker"))
3  {
4  gROOT->Macro("rootlogoff2.C");
5  }
6 
7  std::cout << "\nThis is the end of STAR ROOT -- Goodbye\n" << std::endl;
8 }