Analysis macros
Detailed DescriptionMacro Definition Documentation◆ RIVET_DECLARE_ALIASED_PLUGIN
Preprocessor define to prettify the global-object plugin hook mechanism, with an extra alias name for this analysis ◆ RIVET_DECLARE_PLUGIN
Preprocessor define to prettify the global-object plugin hook mechanism ◆ RIVET_DEFAULT_ANALYSIS_CTOR
Preprocessor define to prettify the awkward constructor with name string argument ◆ RIVET_REGISTER_BINNED_SET
Value:
{ \
RIVET_REGISTER_TYPE(YODA::BinnedHisto<__VA_ARGS__>); \
RIVET_REGISTER_TYPE(YODA::BinnedProfile<__VA_ARGS__>); \
RIVET_REGISTER_TYPE(YODA::BinnedEstimate<__VA_ARGS__>); }
Preprocessor define to prettify on-the-fly type registration ◆ RIVET_REGISTER_TYPE
Preprocessor define to prettify on-the-fly type registration Generated on Thu Feb 29 2024 15:46:47 for Rivet by 1.9.8 |