ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RunToTime.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RunToTime.cc
1 #include "RunToTime.h"
2 
3 #include <iostream>
4 
6 
8 {
9 }
10 
12 {
13 }
14 
16 {
17  if (!__instance)
18  {
19  std::cout << __FILE__ << " " << __LINE__ << " No instance of RunToTime available" << std::endl;
20  }
21 
22  return __instance;
23 }