ATLAS Offline Software
TrigMuonEFContainer.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_TRIGMUONEFCONTAINER_H
8 #define TRIGMUONEVENT_TRIGMUONEFCONTAINER_H
9 /********************************************************************
10 
11  NAME: TrigMuonEFContainer.h
12  Package : offline/Trigger/TrigEvent/TrigMuonEvent
13 
14  AUTHORS: Gabriella Cataldi
15  CREATED: November 2006
16 
17  PURPOSE: This is a data object, containing a collection of TrigMuonEF Objects.
18 ********************************************************************/
19 
20 // INCLUDE HEADER FILES:
22 #include "AthenaKernel/CLASS_DEF.h"
24 #include "AthenaKernel/BaseInfo.h"
25 
26 class TrigMuonEFContainer : public DataVector<TrigMuonEF>
27 {
28 public:
32  void print();
33 };
34 
35 CLASS_DEF(TrigMuonEFContainer, 1173853171, 1)
36 
38 
39 #endif // TRIGMUONEVENT_TRIGMUONEFCONTAINER_H
SG_BASE
SG_BASE(TrigMuonEFContainer, DataVector< TrigMuonEF >)
TrigMuonEF.h
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
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.
TrigMuonEF
Definition: TrigMuonEF.h:26
TrigMuonEFContainer::~TrigMuonEFContainer
~TrigMuonEFContainer()
Definition: TrigMuonEFContainer.h:40
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TrigMuonEFContainer::print
void print()
Definition: TrigMuonEFContainer.cxx:23
TrigMuonEFContainer::TrigMuonEFContainer
TrigMuonEFContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition: TrigMuonEFContainer.h:38
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
DataVector< TrigMuonEF >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
Return the ownership policy setting for this container.
TrigMuonEFContainer
Definition: TrigMuonEFContainer.h:27
CLASS_DEF.h
macros to associate a CLID to a type