ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction/egamma/egammaEvent/egammaEvent/PhotonContainer.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_PHOTONCONTAINER_H
6#define EGAMMAEVENT_PHOTONCONTAINER_H
12
13/********************************************************************
14
15NAME: PhotonContainer.h
16PACKAGE: offline/Reconstruction/egammaEvent
17
18********************************************************************/
19
20// INCLUDE HEADER FILES:
21
24#include "egammaEvent/Photon.h"
26
28
29class PhotonContainer : public DataVector<Analysis::Photon>
30{
31 public:
33 virtual ~PhotonContainer() {};
34
37
38 void print();
39};
40
42CLASS_DEF(PhotonContainer, 1094973728, 1)
43
44#endif
45
#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
PhotonContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
elec/gamma data class.
Definition egamma.h:58
Athena::TPCnvVers::Old Athena::TPCnvVers::Old PhotonContainer
OwnershipPolicy
@ OWN_ELEMENTS
this data object owns its elements