ATLAS Offline Software
Macros
ActsEventDict.h File Reference
#include "AthLinks/DataLink.h"
#include "AthLinks/ElementLink.h"
#include "ActsEvent/Seed.h"
#include "ActsEvent/TrackParameters.h"
#include "ActsEvent/TrackContainer.h"
Include dependency graph for ActsEventDict.h:

Go to the source code of this file.

Macros

#define INSTANTIATE_TYPES(NS, TYPE)
 
#define INSTANTIATE_CONTAINER_TYPES(NS, TYPE)
 

Macro Definition Documentation

◆ INSTANTIATE_CONTAINER_TYPES

#define INSTANTIATE_CONTAINER_TYPES (   NS,
  TYPE 
)
Value:
NS::TYPE dummy_##NS##_##TYPE##_1; \
DataLink< NS::TYPE > dummy_##NS##_##TYPE##_2; \
ElementLink< NS::TYPE > dummy_##NS##_##TYPE##_3; \
std::vector< DataLink< NS::TYPE > > dummy_##NS##_##TYPE##_4; \
std::vector< ElementLink< NS::TYPE > > dummy_##NS##_##TYPE##_5; \
std::vector< std::vector< ElementLink< NS::TYPE > > > \
dummy_##NS##_##TYPE##_6;

Definition at line 17 of file ActsEventDict.h.

◆ INSTANTIATE_TYPES

#define INSTANTIATE_TYPES (   NS,
  TYPE 
)
Value:
NS::TYPE dummy_##NS##_##TYPE##_1; \
DataLink< NS::TYPE > dummy_##NS##_##TYPE##_2; \
std::vector< DataLink< NS::TYPE > > dummy_##NS##_##TYPE##_3;

Definition at line 12 of file ActsEventDict.h.

Run3DQTestingDriver._
_
Definition: Run3DQTestingDriver.py:35
TYPE
#define TYPE(CODE, TYP, IOTYP)