StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
rootlogoff.C
1 {
2  if (TClassTable::GetDict("StMaker"))
3  {
4  StMaker* mk = StMaker::GetChain();
5  if (mk) {
6  mk->Finish();
7  }
8  }
9 
10  std::cout << "\nThis is the end of STAR ROOT -- Goodbye\n" << std::endl;
11 }
virtual Int_t Finish()
Definition: StMaker.cxx:776