KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVFrameTransform.h
1
3
4#ifndef __KVFRAMETRANSFORM_H
5#define __KVFRAMETRANSFORM_H
6
7#include "TLorentzRotation.h"
8
62public:
64 KVFrameTransform(const TVector3& boost, Bool_t beta = kFALSE);
68 KVFrameTransform(const TVector3& boost, const TRotation& r, Bool_t beta = kFALSE);
69 KVFrameTransform(const TRotation& r, const TVector3& boost, Bool_t beta = kFALSE);
70
71 virtual ~KVFrameTransform() {}
72
74
75 ClassDef(KVFrameTransform, 1) //Utility class for kinematical transformations of KVParticle class
76};
77
78#endif
bool Bool_t
#define ClassDef(name, id)
Utility class for kinematical transformations of KVParticle class.
virtual ~KVFrameTransform()
KVFrameTransform & operator=(const KVFrameTransform &)
assignment by copy