ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
egamma
egammaEvent
egammaEvent
egammaContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef EGAMMAEVENT_EGAMMACONTAINER_H
6
#define EGAMMAEVENT_EGAMMACONTAINER_H
12
13
/********************************************************************
14
NAME: egammaContainer.h
15
PACKAGE: offline/Reconstruction/egammaRec
16
CREATED: Nov 2000
17
PURPOSE: This is a data object, containing a collection of egamma Objects.
18
19
Updated: Jan 13, 2001 (MW)
20
add some more comments
21
22
July 13, 2005 (S. Laplace)
23
added constructor with SG::OwnerShipPolicy
24
25
Updated: moved to egammaEvent (SR)
26
Jun 14, 2007 (FD) Doxygen documentation
27
********************************************************************/
28
29
// INCLUDE HEADER FILES:
30
31
#include "
AthContainers/DataVector.h
"
32
#include "
AthenaKernel/CLASS_DEF.h
"
33
#include "
egammaEvent/egamma.h
"
34
35
#include "
NavFourMom/IParticleContainer.h
"
36
// Needed for constructing the mirror container hierarchy
37
// This tells StoreGate that DV<egamma> derives from DV<IParticle>
38
DATAVECTOR_BASE
(
egamma
,
IParticle
);
39
40
class
egammaContainer
:
public
DataVector
<egamma>
41
{
42
public
:
43
virtual
~egammaContainer
() {};
44
46
egammaContainer
(
SG::OwnershipPolicy
ownPolicy
=
SG::OWN_ELEMENTS
) ;
47
48
void
print
();
49
50
};
51
52
SG_BASE
(
egammaContainer
,
DataVector<egamma>
);
53
CLASS_DEF
(
egammaContainer
, 3127, 1)
54
55
#endif
56
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
CLASS_DEF.h
macros to associate a CLID to a type
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:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
DATAVECTOR_BASE
#define DATAVECTOR_BASE(T, BASE)
Declare base class info to DataVector.
Definition
DataVector.h:649
IParticleContainer.h
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
DataVector< egamma >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector< egamma >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
IParticle
Definition
Event/EventKernel/EventKernel/IParticle.h:43
egammaContainer
This is a data object, containing a collection of egamma Objects.
Definition
egammaContainer.h:41
egammaContainer::print
void print()
Definition
egammaContainer.cxx:33
egammaContainer::~egammaContainer
virtual ~egammaContainer()
Definition
egammaContainer.h:43
egammaContainer::egammaContainer
egammaContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
Definition
egammaContainer.cxx:28
egamma
elec/gamma data class.
Definition
egamma.h:59
egammaContainer
Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Current Athena::TPCnvVers::Current egammaContainer
Definition
egammaEventTPCnv.cxx:93
egamma.h
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition
OwnershipPolicy.h:17
Generated on
for ATLAS Offline Software by
1.17.0