Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:57: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 #ifndef GAUDIALG_TUPLES_H
0012 #define GAUDIALG_TUPLES_H 1
0013 // ============================================================================
0014 // GaudiAlg
0015 // ============================================================================
0016 #include "GaudiAlg/TupleObj.h"
0017 // ============================================================================
0018 
0019 /** @namespace Tuples Tuples.h GaudiAlg/Tuples.h
0020  *  helper namespace to collect useful definitions, types,
0021  *  constants and functions, related to manipulations
0022  *  with N-Tuples and event tag collections
0023  *  @author Vanya BELYAEV Ivan.Belyaev@itep.ru
0024  *  @date   2004-01-23
0025  */
0026 namespace Tuples {
0027   class Tuple;
0028   class TupleObj;
0029 } // end of namespace Tuples
0030 
0031 #endif // GAUDIALG_TUPLES_H