ATLAS Offline Software
Loading...
Searching...
No Matches
InDetPrepRawDataDict.h File Reference

Go to the source code of this file.

Classes

struct  PrdWrapper< T >
 helper class to help reflex/gccxml to discover the right types More...
struct  InDet::InDetPrepRawDataDict_Dummy

Namespaces

namespace  InDet
 Primary Vertex Finder.

Macros

#define EXPAND_PRD(T, suffix)

Macro Definition Documentation

◆ EXPAND_PRD

#define EXPAND_PRD ( T,
suffix )
Value:
T ## Container m_prd_ ## suffix ; \
PrdWrapper<T ## Container> m_prd_wrapper_ ## suffix ; \
PrdWrapper<T ## Container> ::prd_iterator m_prd_citr_ ## suffix ; \
T ## Container ::const_iterator m_dummy_iter_ ## suffix
storage of the time histories of all the cells
helper class to help reflex/gccxml to discover the right types

Definition at line 34 of file InDetPrepRawDataDict.h.

34#define EXPAND_PRD(T, suffix) \
35 T ## Container m_prd_ ## suffix ; \
36 PrdWrapper<T ## Container> m_prd_wrapper_ ## suffix ; \
37 PrdWrapper<T ## Container> ::prd_iterator m_prd_citr_ ## suffix ; \
38 ::EventContainers::IdentifiableCache< Trk::PrepRawDataCollection< T > > m_dummy_dlv_ ## suffix ; \
39 T ## Container ::const_iterator m_dummy_iter_ ## suffix