Project
Loading...
Searching...
No Matches
WorkflowHelpers.h File Reference
#include "Framework/InputSpec.h"
#include "Framework/OutputSpec.h"
#include "Framework/WorkflowSpec.h"
#include "Framework/DataOutputDirector.h"
#include <cstddef>
#include <vector>
#include <iosfwd>

Go to the source code of this file.

Classes

struct  o2::framework::LogicalOutputInfo
 
struct  o2::framework::LogicalForwardInfo
 
struct  o2::framework::DeviceConnectionEdge
 
struct  o2::framework::DeviceConnectionId
 
struct  o2::framework::DeviceId
 
struct  o2::framework::EdgeAction
 
struct  o2::framework::TopoIndexInfo
 Helper struct to keep track of the results of the topological sort. More...
 
struct  o2::framework::DataProcessorPoliciesInfo
 
struct  o2::framework::OutputObj< T >
 
struct  o2::framework::WorkflowHelpers
 A set of internal helper classes to manipulate a Workflow. More...
 

Namespaces

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.
 

Enumerations

enum struct  o2::framework::ConnectionKind { o2::framework::Out = 0 , o2::framework::Forward = 1 , o2::framework::In = 2 , o2::framework::Unknown = 3 }
 
enum struct  o2::framework::WorkflowParsingState : int { o2::framework::Valid , o2::framework::Empty }