ATLAS Offline Software
Loading...
Searching...
No Matches
TruthTrajectory_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6
7// Andrei.Gaponenko@cern.ch, 2007
8
9
10#ifndef TRUTHTRAJECTORY_P1_H
11#define TRUTHTRAJECTORY_P1_H
12
13#include <vector>
16
17
18// Use T/P separated HepMcParticleLink
19
20namespace Trk {
21 class TruthTrajectory_p1 : public std::vector<HepMcParticleLink_p1> {};
22}
23
24CLASS_DEF( Trk::TruthTrajectory_p1 , 185011228 , 1 )
25
26#endif/*TRUTHTRAJECTORY_P1_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.