ATLAS Offline Software
Tracking/Acts/ActsEvent/ActsEvent/TrackParameters.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSTRKEVENT_TRACKPARAMETERS_H
6 #define ACTSTRKEVENT_TRACKPARAMETERS_H 1
7 
8 #include "Acts/EventData/TrackParameters.hpp"
9 
10 // Set up a CLID for the type:
11 #include "AthenaKernel/CLASS_DEF.h"
12 CLASS_DEF( Acts::BoundTrackParameters, 207122290, 1 )
13 
14 #endif
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type