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
EventHeaderv2.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EventHeaderv2.cc
1
#include "
EventHeaderv2.h
"
2
3
#include <iostream>
4
5
void
EventHeaderv2::Reset
()
6
{
7
EventHeaderv1::Reset
();
8
m_bunchCrossing
= 0;
9
}
10
11
void
EventHeaderv2::identify
(std::ostream&
out
)
const
12
{
13
out <<
"identify yourself: I am an EventHeaderv2 Object"
<< std::endl;
14
out
15
<<
"Run Number: "
<<
get_RunNumber
()
16
<<
", Event no: "
<<
get_EvtSequence
()
17
<<
", Type: "
<<
get_EvtType
()
18
<<
", bunch crossing: "
<<
m_bunchCrossing
19
<< std::endl;
20
}
coresoftware
blob
master
offline
framework
ffaobjects
EventHeaderv2.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration