Class Reference for E1039 Core & Analysis Software
PHG4EventHeaderv1.cc
Go to the documentation of this file.
1
#include "
PHG4EventHeaderv1.h
"
2
3
ClassImp
(
PHG4EventHeaderv1
)
4
5
using namespace
std;
6
7
PHG4EventHeaderv1::PHG4EventHeaderv1
():
8
evtseq(-9999),
9
bimp(NAN),
10
rplane(NAN)
11
{}
12
13
int
14
PHG4EventHeaderv1::isValid
()
const
15
{
16
if
(
evtseq
> 0)
17
{
18
return
1;
19
}
20
return
0;
21
}
22
23
void
24
PHG4EventHeaderv1::Reset
()
25
{
26
evtseq
= -9999;
27
bimp
= NAN;
28
rplane
=NAN;
29
}
30
31
void
32
PHG4EventHeaderv1::identify
(std::ostream& os)
const
33
{
34
os <<
"identify yourself: PHG4EventHeaderv1: evtseq: "
35
<<
evtseq
<<
", bimp: "
<<
bimp
<<
", rplane angle: "
<<
rplane
36
<< endl;
37
}
ClassImp
ClassImp(PHG4EventHeaderv1) using namespace std
PHG4EventHeaderv1.h
PHG4EventHeaderv1
Definition:
PHG4EventHeaderv1.h:13
PHG4EventHeaderv1::rplane
float rplane
Definition:
PHG4EventHeaderv1.h:46
PHG4EventHeaderv1::evtseq
int evtseq
Definition:
PHG4EventHeaderv1.h:44
PHG4EventHeaderv1::bimp
float bimp
Definition:
PHG4EventHeaderv1.h:45
PHG4EventHeaderv1::isValid
int isValid() const
isValid returns non zero if object contains valid data
Definition:
PHG4EventHeaderv1.cc:14
PHG4EventHeaderv1::identify
void identify(std::ostream &os=std::cout) const
Definition:
PHG4EventHeaderv1.cc:32
PHG4EventHeaderv1::PHG4EventHeaderv1
PHG4EventHeaderv1()
Definition:
PHG4EventHeaderv1.cc:7
PHG4EventHeaderv1::Reset
virtual void Reset()
Clear Event.
Definition:
PHG4EventHeaderv1.cc:24
e1039-core
simulation
g4main
PHG4EventHeaderv1.cc
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:16
using
1.9.1 with
SeaQuest GitHub integration