FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTutorialDet4Point.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 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 FAIRTUTORIALDET4POINT_H
9 #define FAIRTUTORIALDET4POINT_H 1
10 
11 #include "FairMCPoint.h" // for FairMCPoint
12 
13 #include <Rtypes.h> // for Double_t, etc
14 #include <TVector3.h> // for TVector3
15 
17 {
18  public:
21 
31  FairTutorialDet4Point(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  // FairTutorialDet4Point(const FairTutorialDet4Point& point) { *this = point; };
41 
44 
46  virtual void Print(const Option_t* opt) const;
47 
49 };
50 
51 #endif
virtual void Print(const Option_t *opt) const
ClassDef(FairTutorialDet4Point, 1)