ATLAS Offline Software
Loading...
Searching...
No Matches
PixelRDO_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: PixelRDO_Container.h,v 1.5 2008-01-05 18:52:59 ssnyder Exp $
11//<version> $Name: not supported by cvs2svn $
12
13#ifndef INDETRAWDATA_PIXELRDO_CONTAINER_H
14# define INDETRAWDATA_PIXELRDO_CONTAINER_H
15
20#include "InDetRawData/PixelRDO_Collection.h" // Needed to pick up CLID.
23
26
28
31
32CLASS_DEF( PixelRDO_Cache , 24943700 , 1 )
33
34typedef EventContainers::IIdentifiableCont<InDetRawDataCollection<PixelRDORawData>> IPixelRDO_Container;//Interface only, do not place in storegate
35
36#endif // INDETRAWDATA_PIXELRDO_CONTAINER_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
declare to which family the container belongs as far as its indexing policy is concerned
#define CONTAINER_IS_IDENTCONT(CONTAINER)
declare that CONTAINER is an identifiable container
EventContainers::IdentifiableCache< InDetRawDataCollection< PixelRDORawData > > PixelRDO_Cache
InDetRawDataContainer< InDetRawDataCollection< PixelRDORawData > > PixelRDO_Container
EventContainers::IIdentifiableCont< InDetRawDataCollection< PixelRDORawData > > IPixelRDO_Container