ATLAS Offline Software
Event
EventBookkeeperMetaData
src
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
10
#include "
EventBookkeeperMetaData/SkimDecisionCollection.h
"
11
15
16
SkimDecisionCollection::SkimDecisionCollection
():
DataVector
<
SkimDecision
> (
SG
::
OWN_ELEMENTS
) {}
17
18
SkimDecisionCollection::SkimDecisionCollection
(
const
SkimDecisionCollection
& rhs ) :
19
DataVector
<
SkimDecision
> (rhs) {}
20
21
SkimDecisionCollection
&
SkimDecisionCollection::operator=
(
const
SkimDecisionCollection
& rhs )
22
{
23
if
(
this
!= &rhs ) {
24
DataVector<SkimDecision>::operator=
(rhs);
25
}
26
return
*
this
;
27
}
28
29
SkimDecisionCollection::SkimDecisionCollection
(
const
SG::OwnershipPolicy
own ) :
30
DataVector
<
SkimDecision
>(own)
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:794
SkimDecision
Definition:
SkimDecision.h:16
Generated on Sun Dec 22 2024 21:18:21 for ATLAS Offline Software by
1.8.18