ATLAS Offline Software
Event
EventBookkeeperMetaData
EventBookkeeperMetaData
SkimDecisionCollection.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// Header file for class SkimDecisionCollection
7
// Author: David Cote, September 2008. <david.cote@cern.ch>
9
#ifndef SKIMDECISIONCOLLECTION_H
10
#define SKIMDECISIONCOLLECTION_H
11
12
// STL includes
13
#include <iostream>
14
15
// DataModel includes
16
#include "
AthContainers/DataVector.h
"
17
#include "
EventBookkeeperMetaData/SkimDecision.h
"
18
#include "
AthenaKernel/CLASS_DEF.h
"
19
20
class
SkimDecisionCollection
:
public
DataVector
<SkimDecision>
21
{
22
public
:
23
// Default Constructor
24
SkimDecisionCollection
();
25
26
// Copy constructor:
27
SkimDecisionCollection
(
const
SkimDecisionCollection
& rhs );
28
29
// Assignment operator:
30
SkimDecisionCollection
&
operator=
(
const
SkimDecisionCollection
& rhs );
31
32
//Constructor with parameters: to setup the ownership policy
33
SkimDecisionCollection
(
const
SG::OwnershipPolicy
own );
34
35
// Destructor
36
~SkimDecisionCollection
();
37
38
};
39
40
inline
41
SkimDecisionCollection::~SkimDecisionCollection
()
42
{}
43
44
//this is automatically generated by: 'clid -m SkimDecisionCollection'
45
CLASS_DEF
(
SkimDecisionCollection
, 1312137372 , 1 )
46
47
// Tell StoreGate that SkimDecisionCollection derives from DataVector<SkimDecision>
48
SG_BASE
(
SkimDecisionCollection
,
DataVector
<
SkimDecision
>);
49
50
#endif //> EVENTBOOKKEEPERCOLLECTION_H
SkimDecisionCollection::operator=
SkimDecisionCollection & operator=(const SkimDecisionCollection &rhs)
Definition:
SkimDecisionCollection.cxx:21
SkimDecision.h
SkimDecisionCollection
Definition:
SkimDecisionCollection.h:21
SkimDecisionCollection::~SkimDecisionCollection
~SkimDecisionCollection()
Definition:
SkimDecisionCollection.h:41
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition:
OwnershipPolicy.h:16
SkimDecisionCollection::SkimDecisionCollection
SkimDecisionCollection()
Constructors.
Definition:
SkimDecisionCollection.cxx:16
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
SkimDecision
Definition:
SkimDecision.h:16
SG_BASE
SG_BASE(SkimDecisionCollection, DataVector< SkimDecision >)
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Nov 7 2024 21:26:20 for ATLAS Offline Software by
1.8.18