FairRoot/PandaRoot
PndRichPDPoint.h
Go to the documentation of this file.
1 #ifndef PNDRICHPDPOINT_H
2 #define PNDRICHPDPOINT_H 1
3 
4 
5 #include "FairMCPoint.h"
6 
7 #include "TObject.h"
8 #include "TVector3.h"
9 
10 class PndRichPDPoint : public FairMCPoint
11 {
12 
13  public:
14 
17 
18 
28  PndRichPDPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom,
29  Double_t tof, Double_t length, Double_t eLoss, UInt_t EventId);
30 
31 
32 
33 
35  virtual ~PndRichPDPoint();
36 
38  virtual void Print(const Option_t* opt) const;
39 
40  private:
44 
45  ClassDef(PndRichPDPoint,1)
46 
47 };
48 
49 #endif
TVector3 pos
Double_t mom
Definition: plot_dirc.C:14
Double_t
PndRichPDPoint operator=(const PndRichPDPoint &point)
virtual ~PndRichPDPoint()
virtual void Print(const Option_t *opt) const
PndSdsMCPoint * point
Definition: anaLmdCluster.C:72