ATLAS Offline Software
Loading...
Searching...
No Matches
TruthEtIsolationsContainer.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6// TruthEtIsolationsContainer.cxx
7// Implementation file for class TruthEtIsolationsContainer
8// Author: S.Binet<binet@cern.ch>
10
11
12// STL includes
13#include <iostream>
14
15// McParticleEvent includes
17
21
24
28
32
35{
36 if ( this != &rhs ) {
38 }
39
40 return *this;
41}
42
43// Destructor
45
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector & operator=(const DataVector &rhs)
Assignment operator.
TruthEtIsolationsContainer & operator=(const TruthEtIsolationsContainer &rhs)
Assignment operator:
TruthEtIsolationsContainer()
Default constructor:
container which holds isolation informations for a given HepMC::GenParticle (labelled by barcode) for...
Forward declaration.