ATLAS Offline Software
Reconstruction
egamma
egammaEvent
src
egDetailContainer.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/********************************************************************
6
7
NAME: egDetailContainer.cxx
8
PACKAGE: offline/Reconstruction/egammaEvent
9
10
********************************************************************/
11
12
13
// INCLUDE HEADER FILES:
14
15
#include "
egammaEvent/egDetailContainer.h
"
16
#include "
egammaEvent/egDetail.h
"
17
18
#include <iomanip>
19
#include <iostream>
20
21
// END OF HEADER FILES INCLUDE
22
23
egDetailContainer::egDetailContainer
(
SG::OwnershipPolicy
ownPolicy ) :
24
DataVector
<
egDetail
>(ownPolicy)
25
{}
26
egDetailContainer.h
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition:
OwnershipPolicy.h:16
egDetailContainer::egDetailContainer
egDetailContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
Definition:
egDetailContainer.cxx:23
egDetail.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:581
egDetail
Definition:
egDetail.h:29
Generated on Thu Nov 7 2024 21:14:20 for ATLAS Offline Software by
1.8.18