|
||||
File indexing completed on 2025-01-18 09:57:42
0001 /***********************************************************************************\ 0002 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations * 0003 * * 0004 * This software is distributed under the terms of the Apache version 2 licence, * 0005 * copied verbatim in the file "LICENSE". * 0006 * * 0007 * In applying this licence, CERN does not waive the privileges and immunities * 0008 * granted to it by virtue of its status as an Intergovernmental Organization * 0009 * or submit itself to any jurisdiction. * 0010 \***********************************************************************************/ 0011 0012 //--------------------------------------------------------------------------------- 0013 /** @file Point3DTypes.h 0014 * 0015 * 3D point typedefs 0016 * 0017 * @author Juan PALACIOS 0018 * @date 2005-11-21 0019 */ 0020 //--------------------------------------------------------------------------------- 0021 0022 #ifndef GAUDIKERNEL_POINT3DTYPES_H 0023 #define GAUDIKERNEL_POINT3DTYPES_H 1 0024 0025 // Include files 0026 #include "Math/Point3D.h" 0027 0028 /** @namespace Gaudi 0029 * 0030 * General Gaudi namespace 0031 * 0032 * @author Juan PALACIOS 0033 * @date 2005-11-21 0034 */ 0035 namespace Gaudi { 0036 0037 // NB : Please remember to give a simple doxygen comment for each tyedef 0038 0039 typedef ROOT::Math::XYZPoint XYZPoint; ///< 3D cartesian point (double) 0040 typedef ROOT::Math::Polar3DPoint Polar3DPoint; ///< 3D polar point (double) 0041 typedef ROOT::Math::RhoEtaPhiPoint RhoEtaPhiPoint; ///< 3D RhoEtaPhi point (double) 0042 typedef ROOT::Math::RhoZPhiPoint RhoZPhiPoint; ///< 3D RhoZPhi point (double) 0043 0044 typedef ROOT::Math::XYZPointF XYZPointF; ///< 3D cartesian point (float) 0045 typedef ROOT::Math::Polar3DPointF Polar3DPointF; ///< 3D polar point (float) 0046 typedef ROOT::Math::RhoEtaPhiPointF RhoEtaPhiPointF; ///< 3D RhoEtaPhi point (float) 0047 typedef ROOT::Math::RhoZPhiPointF RhoZPhiPointF; ///< 3D RhoZPhi point (float) 0048 } // namespace Gaudi 0049 #endif // KERNEL_POINT3DTYPES_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |