ATLAS Offline Software
Loading...
Searching...
No Matches
AtlasHitsVector.h File Reference
#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"
Include dependency graph for AtlasHitsVector.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.

Variables

template<class T>
const std::type_info *const AtlasHitsVector< T >::s_info = AtlasHitsVector<T>::initHelper()

Function Documentation

◆ dvl_makecontainer()

template<class T>
void dvl_makecontainer ( size_t nreserve,
AtlasHitsVector< T > *& cont )

Construct a new container.

Parameters
nreserveNumber 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 184 of file AtlasHitsVector.h.

185{
186 cont = new AtlasHitsVector<T> ("", nreserve);
187}

Variable Documentation

◆ AtlasHitsVector< T >::s_info

template<class T>
const std::type_info* const AtlasHitsVector< T >::s_info = AtlasHitsVector<T>::initHelper()

Definition at line 193 of file AtlasHitsVector.h.