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
PHG4VtxPoint.cc
Go to the documentation of this file.
1
#include "
PHG4VtxPoint.h
"
2
3
4
ClassImp
(
PHG4VtxPoint
)
5
6
using namespace std;
7
8
void
9
PHG4VtxPoint
::identify(ostream& os)
const
10
{
11
os <<
"virtual PHG4VtxPoint base class"
12
<< endl;
13
}
14
15
bool
16
PHG4VtxPoint::operator==
(
const
PHG4VtxPoint
& p)
const
17
{
18
// note that ID is not compared here, per algorithm requirement in PHG4TruthInfoContainer::AddPrimaryVertex
19
20
if
(p.
get_x
() ==
get_x
() && p.
get_y
() ==
get_y
() &&
21
p.
get_z
() ==
get_z
() && p.
get_t
() ==
get_t
())
22
{
23
return
true
;
24
}
25
return
false
;
26
}
27
PHG4VtxPoint::operator==
bool operator==(const PHG4VtxPoint &) const
comparison of vertex value only, not on the id, per algorithm requirement in PHG4TruthInfoContainer::...
Definition:
PHG4VtxPoint.cc:16
PHG4VtxPoint.h
PHG4VtxPoint
Definition:
PHG4VtxPoint.h:9
PHG4VtxPoint::get_x
virtual double get_x() const
Definition:
PHG4VtxPoint.h:20
PHG4VtxPoint::get_z
virtual double get_z() const
Definition:
PHG4VtxPoint.h:22
PHG4VtxPoint::get_t
virtual double get_t() const
Definition:
PHG4VtxPoint.h:23
ClassImp
ClassImp(PdbCalChan)
PHG4VtxPoint::get_y
virtual double get_y() const
Definition:
PHG4VtxPoint.h:21
e1039-core
simulation
g4main
PHG4VtxPoint.cc
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:04
using
1.8.5 with
SeaQuest GitHub integration