ATLAS Offline Software
Loading...
Searching...
No Matches
TruthTrajectory_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6
7// Andrei.Gaponenko@cern.ch, 2007
8// Olivier.Arnaez@cern.ch, 2015
9
10
11#ifndef TRKTRUTHTPCNV_TRUTHTRAJECTORY_P3_H
12#define TRKTRUTHTPCNV_TRUTHTRAJECTORY_P3_H
13
14#include <vector>
17
18
19// Use T/P separated HepMcParticleLink
20
21namespace Trk {
22 class TruthTrajectory_p3 : public std::vector<HepMcParticleLink_p3> {};
23}
24
25CLASS_DEF( Trk::TruthTrajectory_p3 , 185011230 , 1 )
26
27#endif/*TRKTRUTHTPCNV_TRUTHTRAJECTORY_P3_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
Ensure that the ATLAS eigen extensions are properly loaded.