ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction/egamma/egammaEvent/egammaEvent/ElectronContainer.h
Go to the documentation of this file.
1// dear emacs, this is -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef EGAMMAEVENT_ELECTRONCONTAINER_H
8#define EGAMMAEVENT_ELECTRONCONTAINER_H 1
14
15/********************************************************************
16
17NAME: ElectronContainer.h
18PACKAGE: offline/Reconstruction/egammaEvent
19
20********************************************************************/
21
22// INCLUDE HEADER FILES:
23
28
30
31class ElectronContainer : public DataVector<Analysis::Electron>
32{
33 public:
35 virtual ~ElectronContainer() {};
36
39
40 void print();
41};
42
44CLASS_DEF(ElectronContainer, 1341992142, 1)
45
46#endif
47
#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
ElectronContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
elec/gamma data class.
Definition egamma.h:58
ElectronContainer
OwnershipPolicy
@ OWN_ELEMENTS
this data object owns its elements