Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
3
InttEventInfov1::InttEventInfov1
()
4
{
5
bco_full
= 0;
6
}
7
8
InttEventInfov1::~InttEventInfov1
()
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
21
InttEventInfov1::Reset
()
22
{
23
bco_full
= 0;
24
}
25
26
uint64_t
27
InttEventInfov1::get_bco_full
()
const
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
}
coresoftware
blob
master
offline
packages
trackbase
InttEventInfov1.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:09
using
1.8.2 with
sPHENIX GitHub integration