ATLAS Offline Software
ITkPixelRDO_Container.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /*
6 * Author: Ondra Kovanda, ondrej.kovanda at cern.ch
7 * Date: 03/2025
8 * Description: Initial implementation of the ITk Pixel RDO,
9 * heavily adapted from the existing ID
10 */
11 
12 
13 #ifndef INDETRAWDATA_ITkPIXELRDO_CONTAINER_H
14 # define INDETRAWDATA_ITkPIXELRDO_CONTAINER_H
15 
16 #include "AthenaKernel/CLASS_DEF.h"
19 #include "ITkPixelRDORawData.h"
21 
23 
24 CLASS_DEF(ITkPixelRDO_Container, 1328667962, 1)
26 
27 #endif
28 
DeclareIndexingPolicy.h
declare to which family the container belongs as far as its indexing policy is concerned
CONTAINER_IS_IDENTCONT
#define CONTAINER_IS_IDENTCONT(CONTAINER)
declare that CONTAINER is an identifiable container
Definition: DeclareIndexingPolicy.h:57
InDetRawDataContainer
Definition: InDetRawDataContainer.h:27
InDetRawDataContainer.h
ITkPixelRDORawData.h
ITkPixelRDO_Container
InDetRawDataContainer< InDetRawDataCollection< ITkPixelRDORawData > > ITkPixelRDO_Container
Definition: ITkPixelRDO_Container.h:22
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:67
InDetRawDataCollection.h
CLASS_DEF.h
macros to associate a CLID to a type