Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
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 
9 #include <ROOT/RPadUserAxis.hxx>
10 
11 // pin vtable
12 ROOT::Experimental::RPadUserAxisBase::~RPadUserAxisBase()
13 {
14 }
15 
16 ROOT::Experimental::RPadLength::Normal
17 ROOT::Experimental::RPadCartesianUserAxis::ToNormal(const RPadLength::User &usercoord) const
18 {
19  return (usercoord.fVal - GetBegin()) / GetSensibleDenominator();
20 }