KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVFrameTransform.h
Go to the documentation of this file.
1 
4 #ifndef __KVFRAMETRANSFORM_H
5 #define __KVFRAMETRANSFORM_H
6 
7 #include "TLorentzRotation.h"
8 
61 public:
63  KVFrameTransform(const TVector3& boost, Bool_t beta = kFALSE);
64  KVFrameTransform(const TRotation& r);
67  KVFrameTransform(const TVector3& boost, const TRotation& r, Bool_t beta = kFALSE);
68  KVFrameTransform(const TRotation& r, const TVector3& boost, Bool_t beta = kFALSE);
69 
70  virtual ~KVFrameTransform() {}
71 
73 
74  ClassDef(KVFrameTransform, 1) //Utility class for kinematical transformations of KVParticle class
75 };
76 
77 #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
double beta(double x, double y)