ATLAS Offline Software
Loading...
Searching...
No Matches
TracccDetectorConditionsDescription.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_TRACCCDETECTORCONDITIONSDESCRIPTION_H
5#define ACTSGPUEVENT_TRACCCDETECTORCONDITIONSDESCRIPTION_H
6
7// Framework include(s).
9
10// Local include(s).
12
13// Acts/traccc include(s).
14#include <traccc/geometry/detector_conditions_description.hpp>
15
16// Declare identifiers for all the types.
17CLASS_DEF(traccc::detector_conditions_description::buffer, 21218053, 1)
18CLASS_DEF(traccc::detector_conditions_description::data, 60224057, 1)
19CLASS_DEF(traccc::detector_conditions_description::const_data, 262230451, 1)
20CLASS_DEF(traccc::detector_conditions_description::view, 148971970, 1)
21CLASS_DEF(traccc::detector_conditions_description::const_view, 159787296, 1)
22CLASS_DEF(traccc::detector_conditions_description::host, 189199167, 1)
23
24// Declare all conversion rules for StoreGate.
25SG_ADD_VECMEM_SOA_CONVERSIONS(traccc::detector_conditions_description,
26 DetectorConditionsDescription);
27
28#endif // ACTSGPUEVENT_TRACCCDETECTORCONDITIONSDESCRIPTION_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.