AliPhysics
b97afa6 (b97afa6)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
AliReducedMatchedTrack.cxx
Go to the documentation of this file.
1
/**************************************************************************
2
* Copyright(c) 1998-2015, ALICE Experiment at CERN, All rights reserved. *
3
* *
4
* Author: The ALICE Off-line Project. *
5
* Contributors are mentioned in the code where appropriate. *
6
* *
7
* Permission to use, copy, modify and distribute this software and its *
8
* documentation strictly for non-commercial purposes is hereby granted *
9
* without fee, provided that the above copyright notice appears in all *
10
* copies and that both the copyright notice and this permission notice *
11
* appear in the supporting documentation. The authors make no claims *
12
* about the suitability of this software for any purpose. It is *
13
* provided "as is" without express or implied warranty. *
14
**************************************************************************/
15
#include <TVector3.h>
16
#include "
AliReducedMatchedTrack.h
"
17
19
ClassImp(
HighPtTracks::AliReducedMatchedTrack
);
21
22
namespace
HighPtTracks {
23
27
AliReducedMatchedTrack::AliReducedMatchedTrack
() :
28
TObject
(),
29
fPx(0),
30
fPy(0),
31
fPz(0),
32
fNclustersTPC(0),
33
fGoodTrackLabel(false),
34
fTrackCuts(0)
35
{
36
}
37
45
AliReducedMatchedTrack::AliReducedMatchedTrack
(
double
px,
double
py,
double
pz):
46
TObject
(),
47
fPx(px),
48
fPy(py),
49
fPz(pz),
50
fNclustersTPC(0),
51
fGoodTrackLabel(false),
52
fTrackCuts(0)
53
{
54
}
55
61
double
AliReducedMatchedTrack::Pt
()
const
{
62
TVector3 pvec(
fPx
,
fPy
,
fPz
);
63
return
pvec.Pt();
64
}
65
71
double
AliReducedMatchedTrack::Eta
()
const
{
72
TVector3 pvec(
fPx
,
fPy
,
fPz
);
73
return
pvec.Eta();
74
}
75
81
double
AliReducedMatchedTrack::Phi
()
const
{
82
TVector3 pvec(
fPx
,
fPy
,
fPz
);
83
return
pvec.Phi();
84
}
85
91
void
AliReducedMatchedTrack::FillVector
(TVector3& vec) {
92
vec.SetXYZ(
fPx
,
fPy
,
fPz
);
93
}
94
95
}
/* namespace EMCalTriggerPtAnalysis */
HighPtTracks::AliReducedMatchedTrack::Phi
double Phi() const
Definition:
AliReducedMatchedTrack.cxx:81
HighPtTracks::AliReducedMatchedTrack::Eta
double Eta() const
Definition:
AliReducedMatchedTrack.cxx:71
HighPtTracks::AliReducedMatchedTrack::fPx
double fPx
x-component of the 3-momentum
Definition:
AliReducedMatchedTrack.h:121
HighPtTracks::AliReducedMatchedTrack::FillVector
void FillVector(TVector3 &vec)
Definition:
AliReducedMatchedTrack.cxx:91
HighPtTracks::AliReducedMatchedTrack::fPy
double fPy
y-component of the 3-momentum
Definition:
AliReducedMatchedTrack.h:122
TObject
Definition:
External.C:76
HighPtTracks::AliReducedMatchedTrack::AliReducedMatchedTrack
AliReducedMatchedTrack()
Definition:
AliReducedMatchedTrack.cxx:27
HighPtTracks::AliReducedMatchedTrack::Pt
double Pt() const
Definition:
AliReducedMatchedTrack.cxx:61
AliReducedMatchedTrack.h
Definition of class AliReducedTrack, a structure with reduced track information at reconstruction lev...
HighPtTracks::AliReducedMatchedTrack::fPz
double fPz
z-component of the 3-momentum
Definition:
AliReducedMatchedTrack.h:123
HighPtTracks::AliReducedMatchedTrack
Class with reduced track information at reconstruction level.
Definition:
AliReducedMatchedTrack.h:43
PWGJE
EMCALJetTasks
Tracks
AliReducedMatchedTrack.cxx
Generated on Mon Nov 6 2017 17:21:30 for AliPhysics by
1.8.6