ATLAS Offline Software
AthExParticles.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 // AthExParticles.cxx
8 // Implementation file for class AthExParticles
9 // Author: S.Binet<binet@cern.ch>
11 
12 
13 // STL includes
14 
15 // AthExThinning includes
17 
19 // Public methods:
21 
22 // Constructors
26 {}
27 
30 {}
31 
33 {
34  if ( this != &rhs ) {
36  }
37  return *this;
38 }
39 
42 {}
43 
44 // Destructor
47 {}
DataVector::operator=
DataVector & operator=(const DataVector &rhs)
Assignment operator.
AthExParticles::AthExParticles
AthExParticles()
Default constructor:
Definition: AthExParticles.cxx:24
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
AthExParticles.h
AthExParticles::~AthExParticles
virtual ~AthExParticles()
Destructor:
Definition: AthExParticles.cxx:46
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
AthExParticles::operator=
AthExParticles & operator=(const AthExParticles &rhs)
Assignment operator:
Definition: AthExParticles.cxx:32
AthExParticle
Definition: AthExParticle.h:24
AthExParticles
Definition: AthExParticles.h:37