NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
Nc3VectorObj.h
Go to the documentation of this file.
1#ifndef Nc3VectorObj_h
2#define Nc3VectorObj_h
3// Copyright(c) 1999 NCFS/IIHE, All Rights Reserved.
4// See cxx source for full Copyright notice.
5
6#include "TObject.h"
7
9
10#include "Nc3Vector.h"
11
12class Nc3VectorObj : public TObject,public Nc3Vector
13{
14 public:
15 Nc3VectorObj(); // Default constructor
16 Nc3VectorObj(Nc3Vector& q); // Constructor
17 virtual ~Nc3VectorObj(); // Destructor
18 Nc3VectorObj(Nc3VectorObj& q); // Copy constructor
19
20 ClassDef(Nc3VectorObj,1) // Handling of 3-vectors in various reference frames.
21};
22#endif
virtual ~Nc3VectorObj()