Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InttEventInfo.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file InttEventInfo.cc
1 #include "InttEventInfo.h"
2 
3 void
4 InttEventInfo::identify(std::ostream& os) const
5 {
6  os << "InttEventInfo::identify" << std::endl;
7  os << "\tBase instance" << std::endl;
8 }
9 
10 void
12 {
13  std::cout << "InttEventInfo::Reset" << std::endl;
14  std::cout << "\tUnimplemented (call to instance of base class)" << std::endl;
15  std::cout << "\tExiting" << std::endl;
16 
17  exit(1);
18 }
19 
20 uint64_t
22 {
23  std::cout << "InttEventInfo::get_bco_full" << std::endl;
24  std::cout << "\tUnimplemented (call to instance of base class)" << std::endl;
25  std::cout << "\tExiting" << std::endl;
26 
27  exit(1);
28 
29  return 0;
30 }
31 
32 void
34 {
35  std::cout << "InttEventInfo::set_bco_full" << std::endl;
36  std::cout << "\tUnimplemented (call to instance of base class)" << std::endl;
37  std::cout << "\tExiting" << std::endl;
38 
39  exit(1);
40 }