ATLAS Offline Software
|
#include <vector>
#include "HitManagement/AthenaHitsVector.h"
#include "AthContainers/tools/DVLInfo.h"
#include "GaudiKernel/ISvcLocator.h"
#include "AthenaKernel/getMessageSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/IMessageSvc.h"
Go to the source code of this file.
Classes | |
class | AtlasHitsVector< T > |
Functions | |
template<class T > | |
void | dvl_makecontainer (size_t nreserve, AtlasHitsVector< T > *&cont) |
Construct a new container. More... | |
void dvl_makecontainer | ( | size_t | nreserve, |
AtlasHitsVector< T > *& | cont | ||
) |
Construct a new container.
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 186 of file AtlasHitsVector.h.