Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Functions
TPadLength.hxx File Reference
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Experimental::TPadLength::CoordSysBase< DERIVED >
 
class  ROOT::Experimental::TPadLength::Normal
 A normalized coordinate: 0 in the left, bottom corner, 1 in the top, right corner of the TPad. More...
 
class  ROOT::Experimental::TPadLength::Pixel
 A pixel coordinate: 0 in the left, bottom corner, 1 in the top, right corner of the TPad. More...
 
class  ROOT::Experimental::TPadLength
 A coordinate in a TPad. More...
 
class  ROOT::Experimental::TPadLength::User
 A user coordinate, as defined by the EUserCoordSystem parameter of the TPad. More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Experimental
 

Functions

TPadLength::Normal ROOT::Experimental::operator"" _normal (long double val)
 User-defined literal for TPadLength::Normal More...
 
TPadLength::Normal ROOT::Experimental::operator"" _normal (unsigned long long int val)
 
TPadLength::Pixel ROOT::Experimental::operator"" _px (long double val)
 User-defined literal for TPadLength::Pixel More...
 
TPadLength::Pixel ROOT::Experimental::operator"" _px (unsigned long long int val)
 
TPadLength::User ROOT::Experimental::operator"" _user (long double val)
 User-defined literal for TPadLength::User More...
 
TPadLength::User ROOT::Experimental::operator"" _user (unsigned long long int val)
 

Detailed Description

Author
Axel Naumann axel@.nosp@m.cern.nosp@m..ch
Date
2017-07-06
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file TPadLength.hxx.