The Gaudi Framework  v30r1 (5d4f4ae2)
DataObjIDProperty.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_DATAOBJIDPROPERTY_H
2 #define GAUDIKERNEL_DATAOBJIDPROPERTY_H 1
3 
5 #include "GaudiKernel/Property.h"
6 
7 [[deprecated( "replace DataObjIDProperty by Gaudi::Property<DataObjID>" )]] using DataObjIDProperty =
9 [[deprecated( "replace DataObjIDCollProperty by Gaudi::Property<DataObjIDColl>" )]] using DataObjIDCollProperty =
11 
12 #endif
Implementation of property with value of concrete type.
Definition: Property.h:319
Gaudi::Property< DataObjID > DataObjIDProperty
Gaudi::Property< DataObjIDColl > DataObjIDCollProperty