#include "DD4hep/DetConditions.h"
#include "DD4hep/DetectorTools.h"
#include "DDCond/ConditionsTest.h"
#include "DD4hep/objects/DetectorInterna.h"
#include "DD4hep/objects/ConditionsInterna.h"
#include <vector>
#include <list>
#include <set>
#include <map>
#include <deque>
Go to the source code of this file.
#define TEMPLATE_CONTAINER_TYPE |
( |
|
container, |
|
|
|
x |
|
) |
| |
Value:template void __print_bound_container<container >(
Condition c,
const char* norm); \
template <>
void print_bound_value<container >(
Condition c,
const char* norm) \
{ __print_bound_container<container >(c, norm); }
Main condition object handle.
Definition at line 77 of file ConditionsTest.cpp.
#define TEMPLATE_SIMPLE_TYPE |
( |
|
x | ) |
|
Value:template <>
void print_bound_value<x>(
Condition c,
const char* norm) \
{ __print_bound_val<x>(c, norm); }
Main condition object handle.
Definition at line 73 of file ConditionsTest.cpp.
#define TEMPLATE_TYPE |
( |
|
x, |
|
|
|
f |
|
) |
| |
Value:
#define TEMPLATE_SIMPLE_TYPE(x)
#define TEMPLATE_CONTAINER_TYPE(container, x)
Definition at line 99 of file ConditionsTest.cpp.