30   printf(
"(%f, %f, %f)\n", fX, fY, fZ);
 
 
   38   fX = 
v.x(); fY = 
v.y(); fZ = 
v.z();
 
 
   48   Warning(
"Eta",
"transverse momentum = 0, returning +/- 1e10");
 
   49   return (fZ >= 0) ? 1
e10 : -1
e10;
 
 
  114   printf(
"(%f, %f, %f; %f)\n", TP::fX, TP::fY, TP::fZ, fT);
 
 
  148   printf(
"(%f, %f)\n", fX, fY);
 
 
 
 
 
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h length
 
void Dump() const
Dump to stdout as "(x, y)\n".
 
void Normalize(TT length=1)
Normalize the vector to length if current length is non-zero.
 
void Dump() const
Dump to stdout as "(x, y, z; t)\n".
 
void OrthoNormBase(TEveVectorT &a, TEveVectorT &b) const
Set vectors a and b to be normal to this and among themselves, both of length 1.
 
TT Normalize(TT length=1)
Normalize the vector to length if current length is non-zero.
 
TT Eta() const
Calculate eta of the point, pretending it's a momentum vector.
 
TEveVectorT Orthogonal() const
Returns an orthogonal vector (not normalized).
 
void Dump() const
Dump to stdout as "(x, y, z)\n".
 
void Set(const Float_t *v)
 
Double_t Log(Double_t x)
Returns the natural logarithm of x.