std::
algorithms to transform a range of particles.
More...
#include <ParticleTraits.h>
Public Member Functions | |
Transformer (const LorentzRotation &rin) | |
Constructor taking a reference to the Lorentz rotation to be performed. | |
Transformer (const Transformer &t) | |
Copy constructor. | |
template<typename PType> | |
void | operator() (const PType &p) |
Perform the rotation on a given particle. | |
Public Attributes | |
const LorentzRotation & | r |
A reference to the Lorentz rotation to be performed. |
std::
algorithms to transform a range of particles.
Definition at line 458 of file ParticleTraits.h.
ThePEG::Transformer::Transformer | ( | const LorentzRotation & | rin | ) | [inline] |
Constructor taking a reference to the Lorentz rotation to be performed.
Definition at line 461 of file ParticleTraits.h.
ThePEG::Transformer::Transformer | ( | const Transformer & | t | ) | [inline] |
void ThePEG::Transformer::operator() | ( | const PType & | p | ) | [inline] |
A reference to the Lorentz rotation to be performed.
Definition at line 470 of file ParticleTraits.h.