ATLAS Offline Software
Loading...
Searching...
No Matches
AthExIParticles.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// AthExIParticles.cxx
8// Implementation file for class AthExIParticles
9// Author: S.Binet<binet@cern.ch>
11
12
13// STL includes
14
15// AthExThinning includes
17// explicit instantiation
18//template class DataVector<AthExIParticle>;
19
21// Public methods:
23
24// Constructors
29
33
35{
36 if ( this != &rhs ) {
38 }
39 return *this;
40}
41
45
46// Destructor
AthExIParticles & operator=(const AthExIParticles &rhs)
Assignment operator:
AthExIParticles()
Default constructor:
virtual ~AthExIParticles()
Destructor:
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector & operator=(const DataVector &rhs)
Assignment operator.
OwnershipPolicy