]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RALICE/Ali3VectorObj.h
New PHOSLinkDef containing AliPHOSv0hits class
[u/mrichter/AliRoot.git] / RALICE / Ali3VectorObj.h
1 #ifndef ALI3VECTOROBJ_H
2 #define ALI3VECTOROBJ_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 "Ali3Vector.h"
11  
12 class Ali3VectorObj : public TObject,public Ali3Vector
13 {
14  public:
15   Ali3VectorObj();               // Default constructor
16   Ali3VectorObj(Ali3Vector& q);  // Constructor
17   ~Ali3VectorObj();              // Destructor
18   void Load(Ali3Vector& q);      // Load all attributes of input Ali3Vector
19
20  ClassDef(Ali3VectorObj,1) // Handling of 3-vectors in various reference frames.
21 };
22 #endif