Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 #include "InttEventInfov1.h"
0002 
0003 InttEventInfov1::InttEventInfov1()
0004 {
0005   bco_full = 0;
0006 }
0007 
0008 InttEventInfov1::~InttEventInfov1()
0009 {
0010   // Do nothing
0011 }
0012 
0013 void InttEventInfov1::identify(std::ostream& os) const
0014 {
0015   os << "InttEventInfo::identify" << std::endl;
0016   os << "\tVersion 1" << std::endl;
0017 }
0018 
0019 void InttEventInfov1::Reset()
0020 {
0021   bco_full = 0;
0022 }
0023 
0024 uint64_t
0025 InttEventInfov1::get_bco_full() const
0026 {
0027   return bco_full;
0028 }
0029 
0030 void InttEventInfov1::set_bco_full(uint64_t const& _bco_full)
0031 {
0032   bco_full = _bco_full;
0033 }