![]() |
AmpGen 2.1
|
Definition at line 17 of file Transform.h.
Public Types | |
| enum | Type { Boost , Rotate } |
| enum | Representation { Spinor , Bispinor , Vector } |
Public Member Functions | |
| Transform (const Expression &arg, const Tensor &k, const Type &type) | |
| Transform | inverse () const |
| Tensor | operator() (const Representation &repr) const |
| Tensor | operator() (const Tensor &tensor, const Representation &repr=Representation::Vector) const |
| Enumerator | |
|---|---|
| Spinor | |
| Bispinor | |
| Vector | |
Definition at line 21 of file Transform.h.
| Enumerator | |
|---|---|
| Boost | |
| Rotate | |
Definition at line 20 of file Transform.h.
| AmpGen::Transform::Transform | ( | const Expression & | arg, |
| const Tensor & | k, | ||
| const Type & | type ) |
| Transform AmpGen::Transform::inverse | ( | ) | const |
| Tensor AmpGen::Transform::operator() | ( | const Representation & | repr | ) | const |
| Tensor AmpGen::Transform::operator() | ( | const Tensor & | tensor, |
| const Representation & | repr = Representation::Vector ) const |