ECCE @ EIC Software
 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 
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 
23 {
24  std::cout << __PRETTY_FUNCTION__ << "isValid not implemented by daughter class"
25  << std::endl;
26  return 0;
27 }