Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:00:36

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 /** @file Transform4DTypes.h
0013  *
0014  *  4D transformation typedefs
0015  *
0016  *  @author Juan PALACIOS
0017  *  @date   2005-11-21
0018  */
0019 //---------------------------------------------------------------------------------
0020 
0021 #ifndef GAUDIKERNEL_TRANSFORM4DTYPES_H
0022 #define GAUDIKERNEL_TRANSFORM4DTYPES_H 1
0023 
0024 // Include files
0025 #include "Math/LorentzRotation.h"
0026 
0027 /** @namespace Gaudi
0028  *
0029  *  General Gaudi namespace
0030  *
0031  *  @author Juan PALACIOS
0032  *  @date   2005-11-23
0033  */
0034 namespace Gaudi {
0035   // NB : Please remember to give a simple doxygen comment for each tyedef
0036 
0037   typedef ROOT::Math::LorentzRotation LorentzRotation; ///< Lorentz rotation
0038 } // namespace Gaudi
0039 #endif // KERNEL_TRANSFORM4DTYPES_H