ATLAS Offline Software
Tracking
TrkEvent
TrkSpacePoint
src
SpacePointContainer.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// SpacePointContainer.cxx
7
// Implementation file for class SpacePointContainer
9
// (c) ATLAS Detector software
11
// Version 1.0 14/10/2003 Veronique Boisvert
13
14
#include "
TrkSpacePoint/SpacePointContainer.h
"
15
16
// Constructor with parameters:
17
SpacePointContainer::SpacePointContainer
(
unsigned
int
max
) :
18
IdentifiableContainer
<
SpacePointCollection
>(
max
)
19
{
20
}
21
22
// Constructor with parameters:
23
SpacePointContainer::SpacePointContainer
(
SpacePointCache
*cache) :
24
IdentifiableContainer
<
SpacePointCollection
>(cache)
25
{
26
}
27
28
// Destructor:
29
SpacePointContainer::~SpacePointContainer
() =
default
;
30
31
max
#define max(a, b)
Definition:
cfImp.cxx:41
SpacePointContainer::SpacePointContainer
SpacePointContainer()=delete
SpacePointContainer.h
SpacePointCollection
Definition:
SpacePointCollection.h:40
IdentifiableContainerMT
Definition:
IdentifiableContainerMT.h:30
SpacePointContainer::~SpacePointContainer
virtual ~SpacePointContainer()
EventContainers::IdentifiableCache
Definition:
IdentifiableCache.h:29
Generated on Thu Nov 7 2024 21:26:24 for ATLAS Offline Software by
1.8.18