Back to home page

EIC code displayed by LXR

 
 

    


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

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 #pragma once
0012 
0013 #include "Math/Plane3D.h"
0014 
0015 /** @namespace Gaudi
0016  *
0017  *  General Gaudi namespace
0018  *
0019  *  @author Juan PALACIOS
0020  *  @date   2005-11-21
0021  */
0022 namespace Gaudi {
0023   typedef ROOT::Math::Plane3D Plane3D; ///< 3D plane (double)
0024 } // namespace Gaudi