ATLAS Offline Software
Seed.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_SEED_H
6 #define ACTSTRKEVENT_SEED_H 1
7 
8 #include "Acts/Seeding/Seed.hpp"
11 
12 namespace ActsTrk {
13  typedef Acts::Seed< xAOD::SpacePoint > Seed;
15 }
16 
17 // Set up a CLID for the type:
18 #include "AthenaKernel/CLASS_DEF.h"
19 CLASS_DEF( ActsTrk::Seed, 207128231, 1 )
20 CLASS_DEF( ActsTrk::SeedContainer, 1261318102, 1)
21 
22 #endif
ActsTrk::Seed
Acts::Seed< xAOD::SpacePoint > Seed
Definition: Seed.h:13
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
SpacePointContainer.h
ActsTrk::SeedContainer
DataVector< Acts::Seed< xAOD::SpacePoint > > SeedContainer
Definition: Seed.h:14
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
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
CLASS_DEF.h
macros to associate a CLID to a type