![]() |
ATLAS Offline Software
|
Single container for full polarization information. More...
#include <TruthParticle_v1.h>
Public Member Functions | |
| Polarization () | |
| Constructor to set (invalid) defaults. | |
| bool | valid () const |
| Check if the stored values are valid. | |
Public Attributes | |
| float | phi |
| Polarization in ( \(\phi\)). | |
| float | theta |
| Polarization in ( \(\theta\)). | |
Single container for full polarization information.
It can be used as a convenient way for accessing the polarization of the particle with a single call.
Definition at line 371 of file TruthParticle_v1.h.
|
inline |
Constructor to set (invalid) defaults.
Definition at line 375 of file TruthParticle_v1.h.
|
inline |
Check if the stored values are valid.
Definition at line 379 of file TruthParticle_v1.h.
| float xAOD::TruthParticle_v1::Polarization::phi |
Polarization in ( \(\phi\)).
Definition at line 383 of file TruthParticle_v1.h.
| float xAOD::TruthParticle_v1::Polarization::theta |
Polarization in ( \(\theta\)).
Definition at line 384 of file TruthParticle_v1.h.