ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigMuonEvent
TrigMuonEvent
TrigMuonEFIsolationContainer.h
Go to the documentation of this file.
1
// dear emacs, this is -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef TRIGMUONEVENT_TRIGMUONEFISOLATIONCONTAINER_H__
8
#define TRIGMUONEVENT_TRIGMUONEFISOLATIONCONTAINER_H__
16
17
// athena / gaudi includes
18
#include "
AthContainers/DataVector.h
"
19
#include "
AthenaKernel/CLASS_DEF.h
"
20
#include "
AthenaKernel/BaseInfo.h
"
21
22
// local includes
23
#include "
TrigMuonEvent/TrigMuonEFIsolation.h
"
24
25
class
TrigMuonEFIsolationContainer
:
public
DataVector
<TrigMuonEFIsolation> {
26
27
public
:
29
TrigMuonEFIsolationContainer
(
SG::OwnershipPolicy
ownPolicy
=
SG::OWN_ELEMENTS
) :
30
DataVector
<
TrigMuonEFIsolation
>(
ownPolicy
) {
31
}
32
34
~TrigMuonEFIsolationContainer
() {}
35
36
};
//class TrigMuonEFIsolationContainer
37
38
CLASS_DEF
(
TrigMuonEFIsolationContainer
, 1175295175 , 1 )
39
40
SG_BASE
(
TrigMuonEFIsolationContainer
,
DataVector
<
TrigMuonEFIsolation
>);
41
42
#endif
//TRIGMUONEVENT_TRIGMUONEFISOLATIONCONTAINER_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.
TrigMuonEFIsolation.h
DataVector
Derived DataVector<T>.
Definition
DataVector.h:795
DataVector< TrigMuonEFIsolation >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector< TrigMuonEFIsolation >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
TrigMuonEFIsolationContainer
Data object to hold a collection of TrigMuonEFIsolation objects.
Definition
TrigMuonEFIsolationContainer.h:25
TrigMuonEFIsolationContainer::TrigMuonEFIsolationContainer
TrigMuonEFIsolationContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
standard container constructor
Definition
TrigMuonEFIsolationContainer.h:29
TrigMuonEFIsolationContainer::~TrigMuonEFIsolationContainer
~TrigMuonEFIsolationContainer()
Destructor.
Definition
TrigMuonEFIsolationContainer.h:34
TrigMuonEFIsolation
EDM class for holding results of EF muon isolation calculation.
Definition
TrigMuonEFIsolation.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