#include "Framework/AlgorithmSpec.h"
#include <string>
Go to the source code of this file.
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::framework |
| Defining PrimaryVertex explicitly as messageable.
|
|
◆ DEFINE_DPL_PLUGIN
#define DEFINE_DPL_PLUGIN |
( |
|
NAME, |
|
|
|
KIND |
|
) |
| |
Value: extern "C" { \
{ \
return new DPLPluginHandle{
new NAME{}, strdup(#NAME), o2::framework::DplPluginKind::KIND, previous}; \
} \
}
Definition at line 99 of file Plugins.h.
◆ DEFINE_DPL_PLUGIN_INSTANCE
#define DEFINE_DPL_PLUGIN_INSTANCE |
( |
|
NAME, |
|
|
|
KIND |
|
) |
| previous = new DPLPluginHandle{new NAME{}, strdup(#NAME), o2::framework::DplPluginKind::KIND, previous}; |
◆ DEFINE_DPL_PLUGINS_BEGIN
#define DEFINE_DPL_PLUGINS_BEGIN |
◆ DEFINE_DPL_PLUGINS_END
#define DEFINE_DPL_PLUGINS_END |