ATLAS Offline Software
Loading...
Searching...
No Matches
TracccTrackContainer.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_TRACCCTRACKCONTAINER_H
5#define ACTSGPUEVENT_TRACCCTRACKCONTAINER_H
6
7// Framework include(s).
9
10// Acts/traccc include(s).
11#include <traccc/edm/track_container.hpp>
12
13#include <detray/definitions/algebra.hpp>
14using traccc_track_container = traccc::edm::track_container<traccc::default_algebra>;
15
16// Declare identifiers for all the types.
17CLASS_DEF(traccc_track_container::buffer, 204507380, 1)
18CLASS_DEF(traccc_track_container::data, 226390216, 1)
19CLASS_DEF(traccc_track_container::const_data, 31673186, 1)
20CLASS_DEF(traccc_track_container::view, 44592051, 1)
21CLASS_DEF(traccc_track_container::const_view, 210100209, 1)
22CLASS_DEF(traccc_track_container::host, 74495182, 1)
23
24#endif // ACTSGPUEVENT_TRACCCTRACKCONTAINER_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
traccc::edm::track_container< traccc::default_algebra > traccc_track_container