Logo ROOT   6.16/01
Reference Guide
Classes | Namespaces | Functions
RPadLength.hxx File Reference
#include <string>
Include dependency graph for RPadLength.hxx:
This graph shows which files directly or indirectly include this file:

Classes

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

Namespaces

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

Functions

RPadLength::Normal ROOT::Experimental::operator""_normal (long double val)
 User-defined literal for RPadLength::Normal More...
 
RPadLength::Normal ROOT::Experimental::operator""_normal (unsigned long long int val)
 
RPadLength::Pixel ROOT::Experimental::operator""_px (long double val)
 User-defined literal for RPadLength::Pixel More...
 
RPadLength::Pixel ROOT::Experimental::operator""_px (unsigned long long int val)
 
RPadLength::User ROOT::Experimental::operator""_user (long double val)
 User-defined literal for RPadLength::User More...
 
RPadLength::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 RPadLength.hxx.