ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EventHeader.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EventHeader.cc
1
#include "
EventHeader.h
"
2
#include <iostream>
3
5
void
EventHeader::Reset
()
6
{
7
std::cout << __PRETTY_FUNCTION__
8
<<
"ERROR Reset() not implemented by daughter class"
<< std::endl;
9
return
;
10
}
11
15
void
EventHeader::identify
(std::ostream& os)
const
16
{
17
os <<
"identify yourself: virtual EventHeader Object"
<< std::endl;
18
return
;
19
}
20
22
int
EventHeader::isValid
()
const
23
{
24
std::cout << __PRETTY_FUNCTION__ <<
"isValid not implemented by daughter class"
25
<< std::endl;
26
return
0;
27
}
coresoftware
blob
master
offline
framework
ffaobjects
EventHeader.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration