FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTutPropPoint.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 #ifndef FAIRTUTPROPPOINT_H
9 #define FAIRTUTPROPPOINT_H 1
10 
11 #include "FairMCPoint.h"
12 
13 class TVector3;
14 
16 {
17 
18  public:
21 
31  FairTutPropPoint(Int_t trackID,
32  Int_t detID,
33  TVector3 pos,
34  TVector3 mom,
35  Double_t tof,
36  Double_t length,
37  Double_t eLoss);
38 
40  virtual ~FairTutPropPoint();
41 
43  virtual void Print(const Option_t* opt) const;
44 
45  private:
47  FairTutPropPoint(const FairTutPropPoint& point);
48  FairTutPropPoint operator=(const FairTutPropPoint& point);
49 
50  ClassDef(FairTutPropPoint, 1);
51 };
52 
53 #endif // FAIRTUTPROPPOINT_H
virtual void Print(const Option_t *opt) const
virtual ~FairTutPropPoint()