Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:18:09

0001 #include "InttEventInfo.h"
0002 
0003 void InttEventInfo::identify(std::ostream& os) const
0004 {
0005   os << "InttEventInfo::identify" << std::endl;
0006   os << "\tBase instance" << std::endl;
0007 }
0008 
0009 void InttEventInfo::Reset()
0010 {
0011   std::cout << "InttEventInfo::Reset" << std::endl;
0012   std::cout << "\tUnimplemented (call to instance of base class)" << std::endl;
0013   std::cout << "\tExiting" << std::endl;
0014 
0015   exit(1);
0016 }
0017 
0018 uint64_t
0019 InttEventInfo::get_bco_full() const
0020 {
0021   std::cout << "InttEventInfo::get_bco_full" << std::endl;
0022   std::cout << "\tUnimplemented (call to instance of base class)" << std::endl;
0023   std::cout << "\tExiting" << std::endl;
0024 
0025   exit(1);
0026 
0027   return 0;
0028 }
0029 
0030 void InttEventInfo::set_bco_full(uint64_t const& /*unused*/)
0031 {
0032   std::cout << "InttEventInfo::set_bco_full" << std::endl;
0033   std::cout << "\tUnimplemented (call to instance of base class)" << std::endl;
0034   std::cout << "\tExiting" << std::endl;
0035 
0036   exit(1);
0037 }