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

Go to the source code of this file.

Classes

struct  MuonPrepRawData_dict::tmp

Namespaces

namespace  MuonPrepRawData_dict

Macros

#define EXPAND_DLV(T, suffix)

Macro Definition Documentation

◆ EXPAND_DLV

#define EXPAND_DLV ( T,
suffix )
Value:
::DataLinkVector< Muon::MuonPrepDataCollection< T > >::DataHolder m_dummy_holder_ ## suffix ; \
::DataLinkVector< Muon::MuonPrepDataCollection< T > >::Entry m_dummy_entry_ ## suffix ; \
::ElementLink< T ## Container> m_dummy_el_ ## suffix
This class is a a vector of DataLink for objects of type DC It uses an internal chain to keep track o...

Definition at line 26 of file MuonPrepDataDict.h.

26#define EXPAND_DLV(T, suffix) \
27 ::DataLinkVector< Muon::MuonPrepDataCollection< T > > m_dummy_dlv_ ## suffix ; \
28 ::DataLinkVector< Muon::MuonPrepDataCollection< T > >::DataHolder m_dummy_holder_ ## suffix ; \
29 ::DataLinkVector< Muon::MuonPrepDataCollection< T > >::Entry m_dummy_entry_ ## suffix ; \
30 ::DataLinkVector< Muon::MuonPrepDataCollection< T > >::iterator m_dummy_iter_ ## suffix; \
31 ::ElementLink< T ## Container> m_dummy_el_ ## suffix