ATLAS Offline Software
Loading...
Searching...
No Matches
TracccDetectorDesignDescription.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_TRACCCDETECTORDESIGNDESCRIPTION_H
5#define ACTSGPUEVENT_TRACCCDETECTORDESIGNDESCRIPTION_H
6
7// Framework include(s).
9
10// Local include(s).
12
13// Acts/traccc include(s).
14#include <traccc/geometry/detector_design_description.hpp>
15
16// Declare identifiers for all the types.
17CLASS_DEF(traccc::detector_design_description::buffer, 162125653, 1)
18CLASS_DEF(traccc::detector_design_description::data, 254292033, 1)
19CLASS_DEF(traccc::detector_design_description::const_data, 105724747, 1)
20CLASS_DEF(traccc::detector_design_description::view, 78169602, 1)
21CLASS_DEF(traccc::detector_design_description::const_view, 49399024, 1)
22CLASS_DEF(traccc::detector_design_description::host, 72524399, 1)
23
24// Declare all conversion rules for StoreGate.
25SG_ADD_VECMEM_SOA_CONVERSIONS(traccc::detector_design_description,
26 DetectorDesignDescription);
27
28#endif // ACTSGPUEVENT_TRACCCDETECTORDESIGNDESCRIPTION_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.