ATLAS Offline Software
Event/EventKernel/src/IParticle.cxx
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // IParticle.cxx
8 // Implementation file for class IParticle
9 // Author: S.Binet<binet@cern.ch>
11 
12 // EventKernel includes
13 #include "EventKernel/IParticle.h"
14 
15 // STL includes
16 
17 
18 
20 // Public methods:
22 
23 // Constructors
25 
26 // Destructor
28 
30 {}
31 
33 // Const methods:
35 
37 // Non-const methods:
39 
41 // Protected methods:
43 
44 
IParticle::~IParticle
virtual ~IParticle()
Definition: Event/EventKernel/src/IParticle.cxx:29
IParticle.h