ATLAS Offline Software
Loading...
Searching...
No Matches
AthExParticles.cxx
Go to the documentation of this file.
1
2
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
27
31
33{
34 if ( this != &rhs ) {
36 }
37 return *this;
38}
39
43
44// Destructor
virtual ~AthExParticles()
Destructor:
AthExParticles()
Default constructor:
AthExParticles & operator=(const AthExParticles &rhs)
Assignment operator:
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector & operator=(const DataVector &rhs)
Assignment operator.
OwnershipPolicy