ATLAS Offline Software
Loading...
Searching...
No Matches
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/********************************************************************
14NAME: egammaContainer.h
15PACKAGE: offline/Reconstruction/egammaRec
16CREATED: Nov 2000
17PURPOSE: This is a data object, containing a collection of egamma Objects.
18
19Updated: Jan 13, 2001 (MW)
20 add some more comments
21
22 July 13, 2005 (S. Laplace)
23 added constructor with SG::OwnerShipPolicy
24
25Updated: moved to egammaEvent (SR)
26 Jun 14, 2007 (FD) Doxygen documentation
27********************************************************************/
28
29// INCLUDE HEADER FILES:
30
33#include "egammaEvent/egamma.h"
34
36// Needed for constructing the mirror container hierarchy
37// This tells StoreGate that DV<egamma> derives from DV<IParticle>
39
40class egammaContainer : public DataVector<egamma>
41{
42 public:
43 virtual ~egammaContainer() {};
44
47
48 void print();
49
50};
51
54
55#endif
56
#define SG_BASE(D, B)
Declare that class D derives from class B.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
#define DATAVECTOR_BASE(T, BASE)
Declare base class info to DataVector.
Definition DataVector.h:649
Derived DataVector<T>.
Definition DataVector.h:795
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
SG::OwnershipPolicy ownPolicy() const
This is a data object, containing a collection of egamma Objects.
virtual ~egammaContainer()
egammaContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
elec/gamma data class.
Definition egamma.h:58
Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Current Athena::TPCnvVers::Current egammaContainer
OwnershipPolicy
@ OWN_ELEMENTS
this data object owns its elements