Back to home page

EIC code displayed by LXR

 
 

    


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

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 GAUDIKERNEL_DATAOBJIDPROPERTY_H
0012 #define GAUDIKERNEL_DATAOBJIDPROPERTY_H 1
0013 
0014 #include "GaudiKernel/DataObjID.h"
0015 #include <Gaudi/Property.h>
0016 
0017 [[deprecated( "replace DataObjIDProperty by Gaudi::Property<DataObjID>" )]] typedef Gaudi::Property<DataObjID>
0018     DataObjIDProperty;
0019 
0020 [[deprecated(
0021     "replace DataObjIDCollProperty by Gaudi::Property<DataObjIDColl>" )]] typedef Gaudi::Property<DataObjIDColl>
0022     DataObjIDCollProperty;
0023 
0024 #endif