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