#include <Polarization.h>
Definition at line 12 of file Polarization.h.
◆ Polarization()
| HepMC::Polarization::Polarization |
( |
const double | a = 0.0, |
|
|
const double | b = 0.0, |
|
|
bool | is_defined = false ) |
|
inline |
◆ ~Polarization()
| HepMC::Polarization::~Polarization |
( |
| ) |
|
|
inline |
◆ is_defined()
| bool HepMC::Polarization::is_defined |
( |
| ) |
const |
|
inline |
◆ operator==()
Definition at line 21 of file Polarization.h.
21{
return (std::abs(
a.phi() -
phi()) <= 0.00001) && (std::abs(
a.theta() -
theta()) <= 0.00001);}
◆ phi()
| double HepMC::Polarization::phi |
( |
| ) |
const |
|
inline |
◆ theta()
| double HepMC::Polarization::theta |
( |
| ) |
const |
|
inline |
◆ m_is_defined
| bool HepMC::Polarization::m_is_defined |
|
private |
◆ m_phi
| double HepMC::Polarization::m_phi |
|
private |
◆ m_theta
| double HepMC::Polarization::m_theta |
|
private |
The documentation for this class was generated from the following file: