PandaRoot
PndRichPDPoint.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 #ifndef PNDRICHPDPOINT_H
14 #define PNDRICHPDPOINT_H 1
15 
16 #include "FairMCPoint.h"
17 
18 #include "TObject.h"
19 #include "TVector3.h"
20 
21 class PndRichPDPoint : public FairMCPoint {
22 
23  public:
26 
36  PndRichPDPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss, UInt_t EventId);
37 
39  virtual ~PndRichPDPoint();
40 
42  virtual void Print(const Option_t *opt) const;
43 
44  private:
46  PndRichPDPoint(const PndRichPDPoint &point);
47  PndRichPDPoint operator=(const PndRichPDPoint &point);
48 
49  ClassDef(PndRichPDPoint, 1)
50 };
51 
52 #endif
virtual void Print(const Option_t *opt) const
virtual ~PndRichPDPoint()