FairRoot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
FairRadMapPoint.cxx
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
// -------------------------------------------------------------------------
9
// ----- FairRadMapPoint source file -----
10
// -------------------------------------------------------------------------
11
12
#include "
FairRadMapPoint.h
"
13
14
FairRadMapPoint::FairRadMapPoint
()
15
:
FairMCPoint
()
16
, fPdg(0)
17
, fA(0)
18
, fZmat(0)
19
, fDensity(0)
20
, fVolMass(0)
21
, fStep(0)
22
, fDose(0)
23
, fDoseSL(0)
24
, fXOut(0)
25
, fYOut(0)
26
, fZOut(0)
27
, fPxOut(0)
28
, fPyOut(0)
29
, fPzOut(0)
30
{}
31
32
FairRadMapPoint::FairRadMapPoint
(Int_t trackID,
33
Int_t detID,
34
TVector3 pos,
35
TVector3 mom,
36
Double_t tof,
37
Double_t length,
38
Double_t eLoss,
39
TVector3 posOut,
40
TVector3 momOut,
41
Float_t
A
,
42
Float_t Z,
43
Float_t Density,
44
Double_t VolMass,
45
Double_t Step,
46
Double_t Dose,
47
Double_t DoseSL,
48
Int_t Pdg)
49
:
FairMCPoint
(trackID, detID, pos, mom, tof, length, eLoss)
50
, fPdg(Pdg)
51
, fA(A)
52
, fZmat(Z)
53
, fDensity(Density)
54
, fVolMass(VolMass)
55
, fStep(Step)
56
, fDose(Dose)
57
, fDoseSL(DoseSL)
58
, fXOut(posOut.
X
())
59
, fYOut(posOut.Y())
60
, fZOut(posOut.Z())
61
, fPxOut(momOut.Px())
62
, fPyOut(momOut.Py())
63
, fPzOut(momOut.Pz())
64
65
{}
66
67
FairRadMapPoint::~FairRadMapPoint
() {}
68
69
void
FairRadMapPoint::Print
(
const
Option_t*)
const
70
{
71
}
72
73
ClassImp
(
FairRadMapPoint
);
FairMCPoint
Definition:
FairMCPoint.h:28
FairRadMapPoint
Definition:
FairRadMapPoint.h:25
FairRadMapPoint.h
FairRadMapPoint::Print
virtual void Print(const Option_t *opt) const
Definition:
FairRadMapPoint.cxx:69
ClassImp
ClassImp(FairEventBuilder)
FairRadMapPoint::FairRadMapPoint
FairRadMapPoint()
Definition:
FairRadMapPoint.cxx:14
X
Definition:
cxx11-test-constructor-delegation.cpp:1
A
Definition:
cxx11-test-funcptr-to-lambda-conversion.cpp:5
FairRadMapPoint::~FairRadMapPoint
virtual ~FairRadMapPoint()
Definition:
FairRadMapPoint.cxx:67
FairRoot
base
event
FairRadMapPoint.cxx
Generated on Mon Mar 8 2021 12:14:05 for FairRoot by
1.8.5