ATLAS Offline Software
Loading...
Searching...
No Matches
TracccTrackCollection.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_TRACCCTRACKCOLLECTION_H
5#define ACTSGPUEVENT_TRACCCTRACKCOLLECTION_H
6
7// Framework include(s).
9
10// Local include(s).
12
13// Acts/traccc include(s).
14#include <traccc/edm/track_collection.hpp>
15
16#include <detray/definitions/algebra.hpp>
17using traccc_track_collection = traccc::edm::track_collection<traccc::default_algebra>;
18
19// Declare identifiers for all the types.
20CLASS_DEF(traccc_track_collection::buffer, 250325755, 1)
21CLASS_DEF(traccc_track_collection::data, 223152875, 1)
22CLASS_DEF(traccc_track_collection::const_data, 98120493, 1)
23CLASS_DEF(traccc_track_collection::view, 57354664, 1)
24CLASS_DEF(traccc_track_collection::const_view, 52119126, 1)
25CLASS_DEF(traccc_track_collection::host, 41385093, 1)
26
27// Declare all conversion rules for StoreGate.
30
31#endif // ACTSGPUEVENT_TRACCCTRACKCOLLECTION_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_collection< traccc::default_algebra > traccc_track_collection
DataVector< Trk::Track > TrackCollection
This typedef represents a collection of Trk::Track objects.
#define SG_ADD_VECMEM_SOA_CONVERSIONS(COLLECTION, CNVNAME)
Helper macro setting up all the standard conversion rules for VecMem SoA types.