![]() |
KaliVeda
Toolkit for HIC analysis
|
Kinematical representation of a particle in different reference frames.
Created by KVClassFactory on Thu Jan 19 17:29:54 2017 Author: John Frankland,,,
This class handles transformations between different reference frames for KVParticle kinematics. It is a utility class servicing the relevant methods in KVParticle.
Definition at line 22 of file KVKinematicalFrame.h.
#include <KVKinematicalFrame.h>
Public Member Functions | |
KVKinematicalFrame (const Char_t *name, const KVParticle *original, const KVFrameTransform &trans) | |
KVKinematicalFrame (const KVFrameTransform &trans, const KVParticle *original) | |
Create representation of original particle in transformed frame. More... | |
KVKinematicalFrame (const KVKinematicalFrame &) | |
Copy constructor required for rootcint (not rootcling) More... | |
KVKinematicalFrame (KVParticle *, const KVFrameTransform &) | |
virtual | ~KVKinematicalFrame () |
void | ApplyTransform (const KVParticle *original, const KVFrameTransform &trans) |
Apply new kinematical transformation to the particle and update all subframes. More... | |
KVParticle * | GetParticle () const |
const KVFrameTransform & | GetTransform () const |
const KVParticle * | operator-> () const |
KVKinematicalFrame & | operator= (const KVKinematicalFrame &) |
Assignment operator required for rootcint (not rootcling) More... | |
void | ReapplyTransform (const KVParticle *original) |
Apply stored kinematical transformation to the particle. More... | |
void | SetTransform (const KVFrameTransform &f) |
Private Attributes | |
std::unique_ptr< KVParticle > | fParticle |
kinematically transformed particle More... | |
KVFrameTransform | fTransform |
kinematical transform wrt 'parent' frame More... | |
KVKinematicalFrame::KVKinematicalFrame | ( | const Char_t * | name, |
const KVParticle * | original, | ||
const KVFrameTransform & | trans | ||
) |
Create representation of original particle in transformed frame This frame has a name which can be used to retrieve it from a list
Definition at line 14 of file KVKinematicalFrame.cpp.
KVKinematicalFrame::KVKinematicalFrame | ( | KVParticle * | p, |
const KVFrameTransform & | t | ||
) |
Modify the kinematics of the particle according to the given transformation Recursively update the kinematics in all frames defined for this particle
Definition at line 43 of file KVKinematicalFrame.cpp.
KVKinematicalFrame::KVKinematicalFrame | ( | const KVFrameTransform & | trans, |
const KVParticle * | original | ||
) |
Create representation of original particle in transformed frame.
Definition at line 29 of file KVKinematicalFrame.cpp.
KVKinematicalFrame::KVKinematicalFrame | ( | const KVKinematicalFrame & | o | ) |
Copy constructor required for rootcint (not rootcling)
Definition at line 57 of file KVKinematicalFrame.cpp.
|
inlinevirtual |
Definition at line 32 of file KVKinematicalFrame.h.
void KVKinematicalFrame::ApplyTransform | ( | const KVParticle * | original, |
const KVFrameTransform & | trans | ||
) |
Apply new kinematical transformation to the particle and update all subframes.
Definition at line 111 of file KVKinematicalFrame.cpp.
|
inline |
Definition at line 34 of file KVKinematicalFrame.h.
|
inline |
Definition at line 45 of file KVKinematicalFrame.h.
|
inline |
Definition at line 38 of file KVKinematicalFrame.h.
KVKinematicalFrame & KVKinematicalFrame::operator= | ( | const KVKinematicalFrame & | o | ) |
Assignment operator required for rootcint (not rootcling)
Definition at line 75 of file KVKinematicalFrame.cpp.
void KVKinematicalFrame::ReapplyTransform | ( | const KVParticle * | original | ) |
Apply stored kinematical transformation to the particle.
Definition at line 96 of file KVKinematicalFrame.cpp.
|
inline |
Definition at line 49 of file KVKinematicalFrame.h.
|
private |
kinematically transformed particle
Definition at line 24 of file KVKinematicalFrame.h.
|
private |
kinematical transform wrt 'parent' frame
Definition at line 23 of file KVKinematicalFrame.h.