ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
MuonIdentification
muonEvent
muonEvent
MuonSpShowerContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONEVENT_MUONSPSHOWERCONTAINER_H
6
#define MUONEVENT_MUONSPSHOWERCONTAINER_H
17
18
#include "
AthContainers/DataVector.h
"
19
#include "
AthenaKernel/CLASS_DEF.h
"
20
#include "
muonEvent/MuonSpShower.h
"
21
22
namespace
Rec
{
23
class
MuonSpShowerContainer
:
public
DataVector
<MuonSpShower> {
24
public
:
25
MuonSpShowerContainer
(
SG::OwnershipPolicy
own =
SG::OWN_ELEMENTS
)
26
:
DataVector
<
MuonSpShower
>(own) {}
27
virtual
~MuonSpShowerContainer
() {};
28
29
};
30
31
}
32
33
CLASS_DEF
(
Rec::MuonSpShowerContainer
, 1333253135, 1)
34
35
#endif
36
37
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.
MuonSpShower.h
DataVector< MuonSpShower >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
Rec::MuonSpShowerContainer
Definition
MuonSpShowerContainer.h:23
Rec::MuonSpShowerContainer::~MuonSpShowerContainer
virtual ~MuonSpShowerContainer()
Definition
MuonSpShowerContainer.h:27
Rec::MuonSpShowerContainer::MuonSpShowerContainer
MuonSpShowerContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition
MuonSpShowerContainer.h:25
Rec::MuonSpShower
Definition
MuonSpShower.h:27
Rec
namespace for combined reconstruction tools and interfaces
Definition
FakeTrackBuilder.h:10
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