ATLAS Offline Software
Loading...
Searching...
No Matches
TracccSiliconCellCollection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef ACTSGPUEVENT_TRACCCSILICONCELLCOLLECTION_H
5#define ACTSGPUEVENT_TRACCCSILICONCELLCOLLECTION_H
6
7// Framework include(s).
9
10// Local include(s).
12
13// Acts/traccc include(s).
14#include <traccc/edm/silicon_cell_collection.hpp>
15
16// Declare identifiers for all the types.
17CLASS_DEF(traccc::edm::silicon_cell_collection::buffer, 37225663, 1)
18CLASS_DEF(traccc::edm::silicon_cell_collection::data, 37320835, 1)
19CLASS_DEF(traccc::edm::silicon_cell_collection::const_data, 156860361, 1)
20CLASS_DEF(traccc::edm::silicon_cell_collection::view, 256228120, 1)
21CLASS_DEF(traccc::edm::silicon_cell_collection::const_view, 25788242, 1)
22CLASS_DEF(traccc::edm::silicon_cell_collection::host, 157215173, 1)
23
24// Declare all conversion rules for StoreGate.
25SG_ADD_VECMEM_SOA_CONVERSIONS(traccc::edm::silicon_cell_collection,
26 SiliconCellCollection);
27
28#endif // ACTSGPUEVENT_TRACCCSILICONCELLCOLLECTION_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
#define SG_ADD_VECMEM_SOA_CONVERSIONS(COLLECTION, CNVNAME)
Helper macro setting up all the standard conversion rules for VecMem SoA types.