ATLAS Offline Software
TrigMuonEFInfoTrackContainer.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_TRIGMUONEFINFOTRACKCONTAINER_H
8 #define TRIGMUONEVENT_TRIGMUONEFINFOTRACKCONTAINER_H
9 /********************************************************************
10 
11  NAME: TrigMuonEFInfoTrackContainer.h
12  Package : offline/Trigger/TrigEvent/TrigMuonEvent
13 
14  AUTHORS: Alexander Oh
15  CREATED: January 2009
16 
17  PURPOSE: Collection of TrigMuonEFInfoTrack objects
18 ********************************************************************/
19 
20 // INCLUDE HEADER FILES:
22 #include "AthenaKernel/CLASS_DEF.h"
24 #include "AthenaKernel/BaseInfo.h"
25 
26 class TrigMuonEFInfoTrackContainer : public DataVector<TrigMuonEFInfoTrack>
27 {
28 public:
32  void print();
33 };
34 
36 
38 
39 #endif // TRIGMUONEVENT_TRIGMUONEFINFOTRACKCONTAINER_H
TrigMuonEFInfoTrackContainer::~TrigMuonEFInfoTrackContainer
~TrigMuonEFInfoTrackContainer()
Definition: TrigMuonEFInfoTrackContainer.h:40
TrigMuonEFInfoTrack.h
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
TrigMuonEFInfoTrackContainer::TrigMuonEFInfoTrackContainer
TrigMuonEFInfoTrackContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition: TrigMuonEFInfoTrackContainer.h:38
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.
TrigMuonEFInfoTrackContainer
Definition: TrigMuonEFInfoTrackContainer.h:27
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
SG_BASE
SG_BASE(TrigMuonEFInfoTrackContainer, DataVector< TrigMuonEFInfoTrack >)
TrigMuonEFInfoTrack
Definition: TrigMuonEFInfoTrack.h:22
TrigMuonEFInfoTrackContainer::print
void print()
Definition: TrigMuonEFInfoTrackContainer.cxx:23
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< TrigMuonEFInfoTrack >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
Return the ownership policy setting for this container.
CLASS_DEF.h
macros to associate a CLID to a type