Back to home page

EIC code displayed by LXR

 
 

    


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 Point4DTypes.h
0014  *
0015  *  4D point typedefs
0016  *
0017  *  @author Juan PALACIOS
0018  *  @date   2005-11-21
0019  */
0020 //---------------------------------------------------------------------------------
0021 
0022 #ifndef GAUDIKERNEL_POINT4DTYPES_H
0023 #define GAUDIKERNEL_POINT4DTYPES_H 1
0024 
0025 // Include files
0026 #include "GaudiKernel/Vector4DTypes.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   /** 4D point (space-time)
0038    *  @todo use Point4D from MathCore
0039    */
0040   typedef LorentzVector XYZTPoint;
0041 } // namespace Gaudi
0042 
0043 #endif // KERNEL_POINT4DTYPES_H