ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigMuonEvent
TrigMuonEvent
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:
21
#include "
AthContainers/DataVector.h
"
22
#include "
AthenaKernel/CLASS_DEF.h
"
23
#include "
TrigMuonEvent/TrigMuonEF.h
"
24
#include "
AthenaKernel/BaseInfo.h
"
25
26
class
TrigMuonEFContainer
:
public
DataVector
<TrigMuonEF>
27
{
28
public
:
29
TrigMuonEFContainer
(
SG::OwnershipPolicy
ownPolicy
=
SG::OWN_ELEMENTS
)
30
:
DataVector
<
TrigMuonEF
>(
ownPolicy
) {}
31
~TrigMuonEFContainer
() {}
32
void
print
();
33
};
34
35
CLASS_DEF
(
TrigMuonEFContainer
, 1173853171, 1)
36
37
SG_BASE
(
TrigMuonEFContainer
,
DataVector
<
TrigMuonEF
>);
38
39
#endif
// TRIGMUONEVENT_TRIGMUONEFCONTAINER_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.
TrigMuonEF.h
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
DataVector< TrigMuonEF >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector< TrigMuonEF >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
TrigMuonEFContainer
Definition
TrigMuonEFContainer.h:27
TrigMuonEFContainer::print
void print()
Definition
TrigMuonEFContainer.cxx:23
TrigMuonEFContainer::~TrigMuonEFContainer
~TrigMuonEFContainer()
Definition
TrigMuonEFContainer.h:31
TrigMuonEFContainer::TrigMuonEFContainer
TrigMuonEFContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Definition
TrigMuonEFContainer.h:29
TrigMuonEF
Definition
TrigMuonEF.h:26
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