BmnRoot
Loading...
Searching...
No Matches
CbmTofPoint.h
Go to the documentation of this file.
1// -------------------------------------------------------------------------
2// ----- CbmTofPoint header file -----
3// ----- Created 28/07/04 by V. Friese -----
4// -------------------------------------------------------------------------
5// modified 23/10/2012 nh
6//
14#ifndef CBMTOFPOINT_H
15#define CBMTOFPOINT_H 1
16
17
18#include "FairMCPoint.h"
19
20class TVector3;
21
22class CbmTofPoint : public FairMCPoint
23{
24
25 public:
26
29
30
40 CbmTofPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom,
41 Double_t tof, Double_t length, Double_t eLoss);
42
43
45 CbmTofPoint(const CbmTofPoint& point) { *this = point; };
46
47
49 virtual ~CbmTofPoint();
50
51
53 virtual void Print(const Option_t* opt) const;
54
55 ClassDef(CbmTofPoint,2)
56
57};
58
59
60#endif
61
62
63
64
65
virtual void Print(const Option_t *opt) const
CbmTofPoint(Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss)
virtual ~CbmTofPoint()
CbmTofPoint(const CbmTofPoint &point)
Definition CbmTofPoint.h:45