ATLAS Offline Software
Reconstruction
MuonIdentification
MuidEvent
MuidEvent
MuidTrackContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONIDENTIFICATION_MUIDTRACKCONTAINER_H
6
# define MUONIDENTIFICATION_MUIDTRACKCONTAINER_H
7
8
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
#include "
AthContainers/DataVector.h
"
11
#include "
MuidEvent/MuidTrack.h
"
12
13
class
MuidTrackContainer
:
public
DataVector
<MuidTrack>
14
{
15
public
:
16
MuidTrackContainer
(
void
);
17
18
~MuidTrackContainer
(
void
);
19
};
20
21
inline
22
MuidTrackContainer::MuidTrackContainer
(
void
)
23
:
DataVector
<
MuidTrack
> ()
24
{}
25
26
inline
27
MuidTrackContainer::~MuidTrackContainer
(
void
)
28
{}
29
30
CLASS_DEF
(
MuidTrackContainer
, 1117860785, 1)
31
32
#endif //
MuidTrackContainer
Definition:
MuidTrackContainer.h:14
MuidTrackContainer::MuidTrackContainer
MuidTrackContainer(void)
Definition:
MuidTrackContainer.h:22
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
MuidTrackContainer::~MuidTrackContainer
~MuidTrackContainer(void)
Definition:
MuidTrackContainer.h:27
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
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:64
MuidTrack.h
MuidTrack
Definition:
MuidTrack.h:27
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Mon Dec 23 2024 21:14:58 for ATLAS Offline Software by
1.8.18