|
|
|||
File indexing completed on 2026-08-16 09:21:05
0001 /// \file 0002 /// \warning This is part of the %ROOT 7 prototype! It will change without notice. It might trigger earthquakes. 0003 /// Feedback is welcome! 0004 0005 #ifndef ROOT_Hist_ConversionUtils 0006 #define ROOT_Hist_ConversionUtils 0007 0008 class TAxis; 0009 0010 namespace ROOT { 0011 namespace Experimental { 0012 0013 class RAxisVariant; 0014 0015 namespace Hist { 0016 namespace Internal { 0017 0018 /// Convert a single axis object to TAxis. 0019 /// 0020 /// \param[out] dst the target TAxis object 0021 /// \param[in] src the input axis to convert 0022 void ConvertAxis(TAxis &dst, const RAxisVariant &src); 0023 0024 } // namespace Internal 0025 } // namespace Hist 0026 } // namespace Experimental 0027 } // namespace ROOT 0028 0029 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|