ATLAS Offline Software
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 
19  DataVector<SkimDecision> (rhs) {}
20 
22  {
23  if ( this != &rhs ) {
25  }
26  return *this;
27  }
28 
31 {}
32 
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SkimDecisionCollection::operator=
SkimDecisionCollection & operator=(const SkimDecisionCollection &rhs)
Definition: SkimDecisionCollection.cxx:21
SkimDecisionCollection.h
DataVector::operator=
DataVector & operator=(const DataVector &rhs)
Assignment operator.
SkimDecisionCollection
Definition: SkimDecisionCollection.h:21
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
SkimDecisionCollection::SkimDecisionCollection
SkimDecisionCollection()
Constructors.
Definition: SkimDecisionCollection.cxx:16
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
SkimDecision
Definition: SkimDecision.h:16