Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
InttEventInfov1.cc
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file InttEventInfov1.cc
1 #include "InttEventInfov1.h"
2 
4 {
5  bco_full = 0;
6 }
7 
9 {
10  //Do nothing
11 }
12 
13 void
14 InttEventInfov1::identify(std::ostream& os) const
15 {
16  os << "InttEventInfo::identify" << std::endl;
17  os << "\tVersion 1" << std::endl;
18 }
19 
20 void
22 {
23  bco_full = 0;
24 }
25 
26 uint64_t
28 {
29  return bco_full;
30 }
31 
32 void
33 InttEventInfov1::set_bco_full(uint64_t const& _bco_full)
34 {
35  bco_full = _bco_full;
36 }