ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigMuonEvent
TrigMuonEvent
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:
21
#include "
AthContainers/DataVector.h
"
22
#include "
AthenaKernel/CLASS_DEF.h
"
23
#include "
TrigMuonEvent/TrigMuonEFInfoTrack.h
"
24
#include "
AthenaKernel/BaseInfo.h
"
25
26
class
TrigMuonEFInfoTrackContainer
:
public
DataVector
<TrigMuonEFInfoTrack>
27
{
28
public
:
29
TrigMuonEFInfoTrackContainer
(
SG::OwnershipPolicy
ownPolicy
=
SG::OWN_ELEMENTS
)
30
:
DataVector
<
TrigMuonEFInfoTrack
>(
ownPolicy
) {}
31
~TrigMuonEFInfoTrackContainer
() {}
32
void
print
();
33
};
34
35
CLASS_DEF
(
TrigMuonEFInfoTrackContainer
, 1264424340, 1)
36
37
SG_BASE
(
TrigMuonEFInfoTrackContainer
,
DataVector
<
TrigMuonEFInfoTrack
>);
38
39
#endif
// TRIGMUONEVENT_TRIGMUONEFINFOTRACKCONTAINER_H
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
CLASS_DEF.h
macros to associate a CLID to a type
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:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TrigMuonEFInfoTrack.h
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
DataVector< TrigMuonEFInfoTrack >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector< TrigMuonEFInfoTrack >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
TrigMuonEFInfoTrackContainer
Definition
TrigMuonEFInfoTrackContainer.h:27
TrigMuonEFInfoTrackContainer::TrigMuonEFInfoTrackContainer
TrigMuonEFInfoTrackContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition
TrigMuonEFInfoTrackContainer.h:29
TrigMuonEFInfoTrackContainer::~TrigMuonEFInfoTrackContainer
~TrigMuonEFInfoTrackContainer()
Definition
TrigMuonEFInfoTrackContainer.h:31
TrigMuonEFInfoTrackContainer::print
void print()
Definition
TrigMuonEFInfoTrackContainer.cxx:23
TrigMuonEFInfoTrack
Definition
TrigMuonEFInfoTrack.h:22
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition
OwnershipPolicy.h:17
Generated on
for ATLAS Offline Software by
1.17.0