git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Corrections to obey the coding conventions
[u/mrichter/AliRoot.git]
/
STEER
/
AliESDtrack.h
diff --git
a/STEER/AliESDtrack.h
b/STEER/AliESDtrack.h
index 3fac114b90026909bafd4c55ebd0ecc7d210cc9d..44ed3c745e7d43ee5ce404121f69482e89b2d41c 100644
(file)
--- a/
STEER/AliESDtrack.h
+++ b/
STEER/AliESDtrack.h
@@
-104,15
+104,15
@@
protected:
Float_t fITSsignal; // detector's PID signal
Float_t fITSr[kSPECIES]; //! "detector response probabilities" (for the PID)
Float_t fITSsignal; // detector's PID signal
Float_t fITSr[kSPECIES]; //! "detector response probabilities" (for the PID)
- Double_t fVertexX;
- Double_t fVertexY;
- Double_t fVertexZ;
+ Double_t fVertexX;
// X coordinate of point of closest approach to the vertex
+ Double_t fVertexY;
// Y coordinate of point of closest approach to the vertex
+ Double_t fVertexZ;
// Z coordinate of point of closest approach to the vertex
- Double_t fVertexPx;
- Double_t fVertexPy;
- Double_t fVertexPz;
+ Double_t fVertexPx;
// Px at point of closest approach to the vertex
+ Double_t fVertexPy;
// Py at point of closest approach to the vertex
+ Double_t fVertexPz;
// Pz at point of closest approach to the vertex
- Bool_t fVertex;
+ Bool_t fVertex;
// TRUE if the track was prolongated to the vertex
// TPC related track information
Float_t fTPCchi2; // chi2 in the TPC
// TPC related track information
Float_t fTPCchi2; // chi2 in the TPC