Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
EventHeader.cc
Go to the documentation of this file.
1
#include "
EventHeader.h
"
2
#include <iostream>
3
4
ClassImp
(
EventHeader
)
5
6
void
8
EventHeader
::Reset()
9
{
10
std::cout << __PRETTY_FUNCTION__
11
<<
"ERROR Reset() not implemented by daughter class"
<< std::endl;
12
return
;
13
}
14
18
void
19
EventHeader::identify
(std::ostream& os)
const
20
{
21
os <<
"identify yourself: virtual EventHeader Object"
<< std::endl;
22
return
;
23
}
24
26
int
27
EventHeader::isValid
()
const
28
{
29
std::cout << __PRETTY_FUNCTION__ <<
"isValid not implemented by daughter class"
30
<< std::endl;
31
return
0;
32
}
EventHeader::isValid
virtual int isValid() const
isValid returns non zero if object contains valid data
Definition:
EventHeader.cc:27
EventHeader.h
EventHeader::identify
virtual void identify(std::ostream &os=std::cout) const
Definition:
EventHeader.cc:19
ClassImp
ClassImp(PdbCalChan)
EventHeader
base class for EventHeaders
Definition:
EventHeader.h:9
e1039-core
framework
ffaobjects
EventHeader.cc
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration