Project
Loading...
Searching...
No Matches
o2::framework::ConditionGroup Struct Reference

#include <Condition.h>

Detailed Description

Can be used to group together a number of Configurables to overcome the limit of 100 Configurables per task. In order to do so you can do:

struct MyTask { struct : ConditionGroup { Condition<SomeConditionObject> someCondition{...}; } group; };

and access it with

group.aCut;

Definition at line 65 of file Condition.h.


The documentation for this struct was generated from the following file: