11#ifndef O2_FRAMEWORK_LIFETIME_H_
12#define O2_FRAMEWORK_LIFETIME_H_
Defining PrimaryVertex explicitly as messageable.
Lifetime
Possible Lifetime of objects being exchanged by the DPL.
@ Signal
A message which is created every time a SIGUSR1 is received.
@ Transient
Do not use for now.
@ Timeframe
A message which is associated to a timeframe. DPL will wait indefinitely for it by default.
@ Timer
A message which is created whenever a Timer expires.