ATLAS Offline Software
Loading...
Searching...
No Matches
EMShowerMinimalContainer.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_EMSHOWERMINIMALCONTAINER_H
6#define EGAMMAEVENT_EMSHOWERMINIMALCONTAINER_H
7/********************************************************************
8
9NAME: EMShowerMinimalContainer.h
10PACKAGE: offline/Reconstruction/egammaEvent
11
12AUTHORS: M.P. Casado
13CREATED: Sep 2003
14
15********************************************************************/
16
17// INCLUDE HEADER FILES:
18
22
23class EMShowerMinimalContainer : public DataVector<EMShowerMinimal>
24{
25 public:
26
27 void print();
28
29};
30
31CLASS_DEF( EMShowerMinimalContainer , 1316949154 , 1 )
32
33#endif
34
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.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)