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

#include <AnalysisHelpers.h>

Static Public Member Functions

static constexpr void isProducesGroup ()
 

Detailed Description

Use this to group together produces. Useful to separate them logically or simply to stay within the 100 elements per Task limit. Use as:

struct MySetOfProduces : ProducesGroup { } products;

Notice the label MySetOfProduces is just a mnemonic and can be omitted.

Definition at line 647 of file AnalysisHelpers.h.

Member Function Documentation

◆ isProducesGroup()

static constexpr void o2::framework::ProducesGroup::isProducesGroup ( )
inlinestaticconstexpr

Definition at line 648 of file AnalysisHelpers.h.


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