ATLAS Offline Software
SCT_RDO_Container.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  InDetRawData package
7  -----------------------------------------
8  ***************************************************************************/
9 
10 //<doc><file> $Id: SCT_RDO_Container.h,v 1.6 2008-01-05 18:53:00 ssnyder Exp $
11 //<version> $Name: not supported by cvs2svn $
12 
13 #ifndef INDETRAWDATA_SCT_RDO_CONTAINER_H
14 # define INDETRAWDATA_SCT_RDO_CONTAINER_H
15 
16 #include "AthenaKernel/CLASS_DEF.h"
20 #include "InDetRawData/SCT_RDO_Collection.h" // Needed to pick up CLID.
21 
24 
26 
28 
29 CLASS_DEF( SCT_RDO_Cache , 251205632 , 1 )
30 
31 typedef EventContainers::IIdentifiableCont<InDetRawDataCollection<SCT_RDORawData>> ISCT_RDO_Container;//Interface only, do not place in storegate
32 
33 #endif // INDETRAWDATA_SCT_RDO_CONTAINER_H
SCT_RDORawData
Definition: SCT_RDORawData.h:24
EventContainers
Definition: T_AthenaPoolCreateFuncs.h:33
InDetRawDataContainer
Definition: InDetRawDataContainer.h:27
InDetRawDataContainer.h
EventContainers::IIdentifiableCont
Definition: IIdentifiableCont.h:13
InDetRawDataCollection
Definition: InDetRawDataCollection.h:31
SCT_RDORawData.h
SCT_RDO_Collection.h
SCT_RDO_Container
InDetRawDataContainer< InDetRawDataCollection< SCT_RDORawData > > SCT_RDO_Container
Definition: SCT_RDO_Container.h:23
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
InDetRawDataCollection.h
CLASS_DEF.h
macros to associate a CLID to a type
EventContainers::IdentifiableCache
Definition: IdentifiableCache.h:29