ATLAS Offline Software
TrigMuonEFInfoContainer.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef TRIGMUONEVENT_TRIGMUONEFINFOCONTAINER_H
8 #define TRIGMUONEVENT_TRIGMUONEFINFOCONTAINER_H
9 /********************************************************************
10 
11  NAME: TrigMuonEFInfoContainer.h
12  Package : offline/Trigger/TrigEvent/TrigMuonEvent
13 
14  AUTHORS: Sergio Grancagnolo
15  CREATED: April 2008
16 
17  PURPOSE: This is a data object, containing a collection of TrigMuonEFInfo Objects.
18 ********************************************************************/
19 
20 // INCLUDE HEADER FILES:
22 #include "AthenaKernel/CLASS_DEF.h"
24 #include "AthenaKernel/BaseInfo.h"
25 
26 class TrigMuonEFInfoContainer : public DataVector<TrigMuonEFInfo>
27 {
28 public:
32  void print();
33 };
34 
35 CLASS_DEF( TrigMuonEFInfoContainer, 1173853172, 1)
36 
38 
39 #endif // TRIGMUONEVENT_TRIGMUONEFINFOCONTAINER_H
TrigMuonEFInfoContainer::print
void print()
Definition: TrigMuonEFInfoContainer.cxx:23
TrigMuonEFInfoContainer
Definition: TrigMuonEFInfoContainer.h:27
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
TrigMuonEFInfo.h
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
TrigMuonEFInfoContainer::~TrigMuonEFInfoContainer
~TrigMuonEFInfoContainer()
Definition: TrigMuonEFInfoContainer.h:40
BaseInfo.h
Provide an interface for finding inheritance information at run time.
TrigMuonEFInfoContainer::TrigMuonEFInfoContainer
TrigMuonEFInfoContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition: TrigMuonEFInfoContainer.h:38
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
SG_BASE
SG_BASE(TrigMuonEFInfoContainer, DataVector< TrigMuonEFInfo >)
DataVector< TrigMuonEFInfo >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
Return the ownership policy setting for this container.
CLASS_DEF.h
macros to associate a CLID to a type
TrigMuonEFInfo
Definition: TrigMuonEFInfo.h:24