ATLAS Offline Software
Loading...
Searching...
No Matches
SkimDecisionCollection.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// Implementation file for class SkimDecisionCollection
7// Author: David Cote, September 2008. <david.cote@cern.ch>
9
11
15
17
20
22 {
23 if ( this != &rhs ) {
25 }
26 return *this;
27 }
28
32
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector & operator=(const DataVector &rhs)
Assignment operator.
SkimDecisionCollection & operator=(const SkimDecisionCollection &rhs)
Forward declaration.
OwnershipPolicy