ATLAS Offline Software
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 
9 NAME: EMShowerMinimalContainer.h
10 PACKAGE: offline/Reconstruction/egammaEvent
11 
12 AUTHORS: M.P. Casado
13 CREATED: Sep 2003
14 
15 ********************************************************************/
16 
17 // INCLUDE HEADER FILES:
18 
20 #include "AthenaKernel/CLASS_DEF.h"
22 
23 class EMShowerMinimalContainer : public DataVector<EMShowerMinimal>
24 {
25  public:
26 
27  void print();
28 
29 };
30 
31 CLASS_DEF( EMShowerMinimalContainer , 1316949154 , 1 )
32 
33 #endif
34 
EMShowerMinimalContainer::print
void print()
Definition: EMShowerMinimalContainer.cxx:27
EMShowerMinimal.h
EMShowerMinimalContainer
Definition: EMShowerMinimalContainer.h:24
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
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:64
CLASS_DEF.h
macros to associate a CLID to a type