KaliVeda
Toolkit for HIC analysis
KVKinematicalFrame Class Reference

Detailed Description

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>

Inheritance diagram for KVKinematicalFrame:

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...
 
KVParticleGetParticle () const
 
const KVFrameTransformGetTransform () const
 
const KVParticleoperator-> () const
 
KVKinematicalFrameoperator= (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< KVParticlefParticle
 kinematically transformed particle More...
 
KVFrameTransform fTransform
 kinematical transform wrt 'parent' frame More...
 

Constructor & Destructor Documentation

◆ KVKinematicalFrame() [1/4]

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() [2/4]

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() [3/4]

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() [4/4]

KVKinematicalFrame::KVKinematicalFrame ( const KVKinematicalFrame o)

Copy constructor required for rootcint (not rootcling)

Definition at line 57 of file KVKinematicalFrame.cpp.

◆ ~KVKinematicalFrame()

virtual KVKinematicalFrame::~KVKinematicalFrame ( )
inlinevirtual

Definition at line 32 of file KVKinematicalFrame.h.

Member Function Documentation

◆ ApplyTransform()

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.

◆ GetParticle()

KVParticle* KVKinematicalFrame::GetParticle ( ) const
inline

Definition at line 34 of file KVKinematicalFrame.h.

◆ GetTransform()

const KVFrameTransform& KVKinematicalFrame::GetTransform ( ) const
inline

Definition at line 45 of file KVKinematicalFrame.h.

◆ operator->()

const KVParticle* KVKinematicalFrame::operator-> ( ) const
inline

Definition at line 38 of file KVKinematicalFrame.h.

◆ operator=()

KVKinematicalFrame & KVKinematicalFrame::operator= ( const KVKinematicalFrame o)

Assignment operator required for rootcint (not rootcling)

Definition at line 75 of file KVKinematicalFrame.cpp.

◆ ReapplyTransform()

void KVKinematicalFrame::ReapplyTransform ( const KVParticle original)

Apply stored kinematical transformation to the particle.

Definition at line 96 of file KVKinematicalFrame.cpp.

◆ SetTransform()

void KVKinematicalFrame::SetTransform ( const KVFrameTransform f)
inline

Definition at line 49 of file KVKinematicalFrame.h.

Member Data Documentation

◆ fParticle

std::unique_ptr<KVParticle> KVKinematicalFrame::fParticle
private

kinematically transformed particle

Definition at line 24 of file KVKinematicalFrame.h.

◆ fTransform

KVFrameTransform KVKinematicalFrame::fTransform
private

kinematical transform wrt 'parent' frame

Definition at line 23 of file KVKinematicalFrame.h.