FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairRutherfordPoint.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 CBMRUTHERFORDPOINT_H
9 #define CBMRUTHERFORDPOINT_H 1
10 
11 #include <Rtypes.h> // for THashConsistencyHolder, ClassDef
12 #include <RtypesCore.h> // for Double_t, Double32_t, Int_t, Option_t
13 #include <TVector3.h> // for TVector3
14 #include "FairMCPoint.h" // for FairMCPoint
15 class TBuffer;
16 class TClass;
17 class TMemberInspector;
18 
19 
21 {
22 
23  public:
26 
36  FairRutherfordPoint(Int_t trackID,
37  Int_t detID,
38  TVector3 pos,
39  TVector3 mom,
40  Double_t tof,
41  Double_t length,
42  Double_t eLoss,
43  Double_t radius,
44  Double_t phi,
45  Double_t theta);
46 
48  virtual ~FairRutherfordPoint();
49 
51  virtual void Print(const Option_t* opt) const;
52 
53  private:
54  Double32_t fRadius, fPhi, fTheta;
55 
58  FairRutherfordPoint operator=(const FairRutherfordPoint& point);
59 
60  ClassDef(FairRutherfordPoint, 1);
61 };
62 
63 #endif
virtual void Print(const Option_t *opt) const