Re-interpretation of ROOT-based framework code into fire.
More...
#include "fire/Processor.h"
#include "Framework/Configure/Parameters.h"
#include "Framework/Logger.h"
Go to the source code of this file.
|
#define | DECLARE_PRODUCER_NS(NS, CLASS) DECLARE_PROCESSOR(NS::CLASS) |
| Producer declaration macro following old input style. More...
|
|
#define | DECLARE_PRODUCER(CLASS) DECLARE_PROCESSOR(CLASS) |
| Producer declaration macro following old input style. More...
|
|
#define | DECLARE_ANALYZER_NS(NS, CLASS) DECLARE_PROCESSOR(NS::CLASS) |
| Analyzer declaration macro following old input style. More...
|
|
#define | DECLARE_ANALYZER(CLASS) DECLARE_PROCESSOR(CLASS) |
| Analyzer declaration macro following old input style. More...
|
|
Re-interpretation of ROOT-based framework code into fire.
◆ DECLARE_ANALYZER
#define DECLARE_ANALYZER |
( |
|
CLASS | ) |
DECLARE_PROCESSOR(CLASS) |
Analyzer declaration macro following old input style.
- Parameters
-
[in] | CLASS | name of analyzer class |
◆ DECLARE_ANALYZER_NS
#define DECLARE_ANALYZER_NS |
( |
|
NS, |
|
|
|
CLASS |
|
) |
| DECLARE_PROCESSOR(NS::CLASS) |
Analyzer declaration macro following old input style.
Puts the namespace and class back together and gives it to the new declaration macro.
- Parameters
-
[in] | NS | namespace analyzer class is in |
[in] | CLASS | name of analyzer class |
◆ DECLARE_PRODUCER
#define DECLARE_PRODUCER |
( |
|
CLASS | ) |
DECLARE_PROCESSOR(CLASS) |
Producer declaration macro following old input style.
- Parameters
-
[in] | CLASS | name of producer class |
◆ DECLARE_PRODUCER_NS
#define DECLARE_PRODUCER_NS |
( |
|
NS, |
|
|
|
CLASS |
|
) |
| DECLARE_PROCESSOR(NS::CLASS) |
Producer declaration macro following old input style.
Puts the namespace and class back together and gives it to the new declaration macro.
- Parameters
-
[in] | NS | namespace producer class is in |
[in] | CLASS | name of producer class |