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
PHG4Particle.cc
Go to the documentation of this file.
1
#include "
PHG4Particle.h
"
2
3
ClassImp
(
PHG4Particle
)
4
5
using namespace std;
6
7
void
8
PHG4Particle
::identify(ostream& os)
const
9
{
10
cout <<
"calling virtual PHG4Particle base class"
<< endl;
11
return
;
12
}
13
14
bool
15
PHG4Particle::operator==
(
const
PHG4Particle
&p)
const
16
{
17
if
(
get_pid
() == p.
get_pid
() &&
18
get_px
() == p.
get_px
() &&
19
get_py
() == p.
get_py
() &&
20
get_pz
() == p.
get_pz
())
21
{
22
return
true
;
23
}
24
return
false
;
25
}
PHG4Particle.h
PHG4Particle::get_py
virtual double get_py() const
Definition:
PHG4Particle.h:17
PHG4Particle::operator==
bool operator==(const PHG4Particle &p) const
Definition:
PHG4Particle.cc:15
PHG4Particle::get_pid
virtual int get_pid() const
Definition:
PHG4Particle.h:14
PHG4Particle
Definition:
PHG4Particle.h:7
PHG4Particle::get_pz
virtual double get_pz() const
Definition:
PHG4Particle.h:18
PHG4Particle::get_px
virtual double get_px() const
Definition:
PHG4Particle.h:16
ClassImp
ClassImp(PdbCalChan)
e1039-core
simulation
g4main
PHG4Particle.cc
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:04
using
1.8.5 with
SeaQuest GitHub integration