#include <vector>
#include "AthContainers/tools/DVLInfo.h"
#include "boost/iterator/transform_iterator.hpp"
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
Go to the source code of this file.
◆ dvl_makecontainer()
Construct a new container.
- Parameters
-
nreserve | Number of elements for which to reserve space. (Ignored if not appropriate.) |
This is broken out from the make
method to allow specializing just this method.
Definition at line 207 of file AthenaHitsVector.h.