ATLAS Offline Software
|
Single container for full polarization information. More...
#include <TruthParticle_v1.h>
Public Member Functions | |
Polarization () | |
Constructor to set (invalid) defaults. More... | |
bool | valid () const |
Check if the stored values are valid. More... | |
Public Attributes | |
float | phi |
Polarization in ( \(\phi\)) More... | |
float | theta |
Polarization in ( \(\theta\)) More... | |
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 367 of file TruthParticle_v1.h.
|
inline |
Constructor to set (invalid) defaults.
Definition at line 371 of file TruthParticle_v1.h.
|
inline |
Check if the stored values are valid.
Definition at line 375 of file TruthParticle_v1.h.
float xAOD::TruthParticle_v1::Polarization::phi |
Polarization in ( \(\phi\))
Definition at line 379 of file TruthParticle_v1.h.
float xAOD::TruthParticle_v1::Polarization::theta |
Polarization in ( \(\theta\))
Definition at line 380 of file TruthParticle_v1.h.