ATLAS Offline Software
CaloCellContainerVector.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
8  DataVector<CaloCellContainer>(ownPolicy)
9  {
10  }
11 
13  CaloCellContainerVector (ownPolicy)
14  {
15  resize(n);
16  }
CaloCellContainerVector::CaloCellContainerVector
CaloCellContainerVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
Main constructor.
Definition: CaloCellContainerVector.cxx:7
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
CaloCellContainerVector
Container class for CaloCell.
Definition: CaloCellContainerVector.h:36
beamspotman.n
n
Definition: beamspotman.py:731
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector< CaloCellContainer >::resize
void resize(size_type sz)
Resizes the collection to the specified number of elements.
CaloCellContainer
Container class for CaloCell.
Definition: CaloCellContainer.h:55
CaloCellContainerVector.h