Logo ROOT  
Reference Guide
RPadUserAxis.cxx
Go to the documentation of this file.
1/*************************************************************************
2 * Copyright (C) 1995-2018, Rene Brun and Fons Rademakers. *
3 * All rights reserved. *
4 * *
5 * For the licensing terms see $ROOTSYS/LICENSE. *
6 * For the list of contributors see $ROOTSYS/README/CREDITS. *
7 *************************************************************************/
8
10
11// pin vtable
13{
14}
15
18{
19 return (usercoord.fVal - GetBegin()) / GetSensibleDenominator();
20}
RPadLength::Normal ToNormal(const RPadLength::User &usercoord) const override
Convert user coordinates to normal coordinates.