|
||||
File indexing completed on 2025-01-30 10:07:20
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 Vector3DTypes.h 0014 * 0015 * 3D vector typedefs 0016 * 0017 * @author Juan PALACIOS 0018 * @date 2005-11-21 0019 */ 0020 //--------------------------------------------------------------------------------- 0021 0022 #ifndef GAUDIKERNEL_VECTOR3DTYPES_H 0023 #define GAUDIKERNEL_VECTOR3DTYPES_H 1 0024 0025 // Include files 0026 #include "Math/Vector3D.h" 0027 0028 /** @namespace Gaudi 0029 * 0030 * General Gaudi namepace 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::XYZVector XYZVector; ///< Cartesian 3D vector (double) 0040 typedef ROOT::Math::Polar3DVector Polar3DVector; ///< Polar 3D vector (double) 0041 typedef ROOT::Math::RhoEtaPhiVector RhoEtaPhiVector; ///< RhoEtaPhi 3D vector (double) 0042 typedef ROOT::Math::RhoZPhiVector RhoZPhiVector; ///< RhoZPhi 3D vector (double) 0043 typedef ROOT::Math::XYZVectorF XYZVectorF; ///< Cartesian 3D vector (float) 0044 typedef ROOT::Math::Polar3DVectorF Polar3DVectorF; ///< Polar 3D vector (float) 0045 typedef ROOT::Math::RhoEtaPhiVectorF RhoEtaPhiVectorF; ///< RhoEtaPhi 3D vector (float) 0046 typedef ROOT::Math::RhoZPhiVectorF RhoZPhiVectorF; ///< RhoZPhi 3D vector (float) 0047 } // namespace Gaudi 0048 #endif // EVENT_VECTOR3DTYPES_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |