FairRoot/PandaRoot
PndDskTrackPoint.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndDskTrackPoint header file -----
3 // ----- Created 27/02/09 by P. Koch -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef PNDDSKTRACKPOINT_H
7 #define PNDDSKTRACKPOINT_H
8 
9 #include "FairMCPoint.h"
10 
11 class PndDskTrackPoint : public FairMCPoint
12 {
13 
14  public:
15 
18 
28  PndDskTrackPoint(Int_t trackID, Int_t detectorID, TVector3 position, TVector3 momentum,
29  Double_t time, Double_t length, Double_t eLoss);
30 
32  virtual ~PndDskTrackPoint();
33 
38  virtual void Print(const Option_t* opt) const;
39 
40  ClassDef(PndDskTrackPoint,1)
41 };
42 
43 #endif // PNDDSKTRACKPOINT_H
Double_t
virtual void Print(const Option_t *opt) const
virtual ~PndDskTrackPoint()