ATLAS Offline Software
TruthEtIsolationsContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // TruthEtIsolationsContainer.h
7 // Header file for class TruthEtIsolationsContainer
8 // Author: S.Binet<binet@cern.ch>
10 #ifndef MCPARTICLEEVENT_TRUTHETISOLATIONSCONTAINER_H
11 #define MCPARTICLEEVENT_TRUTHETISOLATIONSCONTAINER_H
12 
13 // STL includes
14 //#include <iosfwd>
15 
17 
18 #include "AthenaKernel/CLASS_DEF.h"
19 
20 // McParticleEvent includes
22 
23 // Forward declaration
24 
25 class TruthEtIsolationsContainer : public DataVector<TruthEtIsolations>
26 {
28  // Public methods:
30  public:
31 
35 
39 
43 
47 
48 
50  // Protected data:
52  protected:
53 
54 };
55 
59 
61 
62 #endif //> MCPARTICLEEVENT_TRUTHETISOLATIONSCONTAINER_H
TruthEtIsolationsContainer
Definition: TruthEtIsolationsContainer.h:26
TruthEtIsolations.h
TruthEtIsolationsContainer::operator=
TruthEtIsolationsContainer & operator=(const TruthEtIsolationsContainer &rhs)
Assignment operator:
Definition: TruthEtIsolationsContainer.cxx:34
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TruthEtIsolationsContainer::TruthEtIsolationsContainer
TruthEtIsolationsContainer()
Default constructor:
Definition: TruthEtIsolationsContainer.cxx:25
TruthEtIsolationsContainer::~TruthEtIsolationsContainer
~TruthEtIsolationsContainer()
Destructor:
Definition: TruthEtIsolationsContainer.cxx:46
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