ATLAS Offline Software
Loading...
Searching...
No Matches
TracccTrackStateCollection.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_TRACCCTRACKSTATECOLLECTION_H
5#define ACTSGPUEVENT_TRACCCTRACKSTATECOLLECTION_H
6
7// Framework include(s).
9
10// Local include(s).
12
13// Acts/traccc include(s).
14#include <traccc/edm/track_state_collection.hpp>
15
16#include <detray/definitions/algebra.hpp>
17using traccc_track_state_collection = traccc::edm::track_state_collection<traccc::default_algebra>;
18
19// Declare identifiers for all the types.
20CLASS_DEF(traccc_track_state_collection::buffer, 114559123, 1)
22CLASS_DEF(traccc_track_state_collection::const_data, 242882901, 1)
24CLASS_DEF(traccc_track_state_collection::const_view, 140245398, 1)
26
27// Declare all conversion rules for StoreGate.
29 TrackStateCollection);
30
31#endif // ACTSGPUEVENT_TRACCCTRACKSTATECOLLECTION_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_state_collection< traccc::default_algebra > traccc_track_state_collection
#define SG_ADD_VECMEM_SOA_CONVERSIONS(COLLECTION, CNVNAME)
Helper macro setting up all the standard conversion rules for VecMem SoA types.