]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RALICE/Ali4VectorObj.h
271dde07be0de6d82bc6972e58a84cd43481b8be
[u/mrichter/AliRoot.git] / RALICE / Ali4VectorObj.h
1 #ifndef ALI4VECTOROBJ_H
2 #define ALI4VECTOROBJ_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 // $Id$
7
8 #include "TObject.h"
9
10 #include "Ali4Vector.h"
11  
12 class Ali4VectorObj : public TObject,public Ali4Vector
13 {
14  public:
15   Ali4VectorObj();               // Default constructor
16   Ali4VectorObj(Ali4Vector& q);  // Constructor
17   ~Ali4VectorObj();              // Destructor
18   void Load(Ali4Vector& q);      // Load all attributes of input Ali4Vector
19
20  ClassDef(Ali4VectorObj,1) // Handling of Lorentz 4-vectors in various reference frames.
21 };
22 #endif