ATLAS Offline Software
TrigMuonEFIsolationContainer.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 TRIGMUONEVENT_TRIGMUONEFISOLATIONCONTAINER_H__
8 #define TRIGMUONEVENT_TRIGMUONEFISOLATIONCONTAINER_H__
9 
17 // athena / gaudi includes
19 #include "AthenaKernel/CLASS_DEF.h"
20 #include "AthenaKernel/BaseInfo.h"
21 
22 // local includes
24 
25 class TrigMuonEFIsolationContainer : public DataVector<TrigMuonEFIsolation> {
26 
27  public:
31  }
32 
35 
36 }; //class TrigMuonEFIsolationContainer
37 
38 CLASS_DEF( TrigMuonEFIsolationContainer , 1175295175 , 1 )
39 
41 
42 #endif //TRIGMUONEVENT_TRIGMUONEFISOLATIONCONTAINER_H__
TrigMuonEFIsolation.h
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
TrigMuonEFIsolation
Definition: TrigMuonEFIsolation.h:24
TrigMuonEFIsolationContainer::TrigMuonEFIsolationContainer
TrigMuonEFIsolationContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
standard container constructor
Definition: TrigMuonEFIsolationContainer.h:29
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
SG_BASE(TrigMuonEFIsolationContainer, DataVector< TrigMuonEFIsolation >)
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TrigMuonEFIsolationContainer
Definition: TrigMuonEFIsolationContainer.h:25
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TrigMuonEFIsolationContainer::~TrigMuonEFIsolationContainer
~TrigMuonEFIsolationContainer()
Destructor.
Definition: TrigMuonEFIsolationContainer.h:34
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
DataVector< TrigMuonEFIsolation >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
Return the ownership policy setting for this container.
CLASS_DEF.h
macros to associate a CLID to a type