NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
Nc4VectorObj.h
Go to the documentation of this file.
1#ifndef Nc4VectorObj_h
2#define Nc4VectorObj_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 "Nc4Vector.h"
11
12class Nc4VectorObj : public TObject,public Nc4Vector
13{
14 public:
15 Nc4VectorObj(); // Default constructor
16 Nc4VectorObj(Nc4Vector& q); // Constructor
17 virtual ~Nc4VectorObj(); // Destructor
18 Nc4VectorObj(Nc4VectorObj& q); // Copy constructor
19
20 ClassDef(Nc4VectorObj,1) // Handling of Lorentz 4-vectors in various reference frames.
21};
22#endif
virtual ~Nc4VectorObj()