Rivet API documentation
![]() |
Rivet 4.1.3
|
Macros | |
| #define | MSG_LVL(lvl, x) |
| Neat CPU-conserving logging macros. Use by preference! | |
| #define | MSG_TRACE(x) |
| Lowest-level, most verbose messaging, using MSG_LVL. | |
| #define | MSG_DEBUG(x) |
| Debug messaging, not enabled by default, using MSG_LVL. | |
| #define | MSG_INFO(x) |
| Key-information messging, enabled by default, using MSG_LVL. | |
| #define | MSG_WARNING(x) |
| Warning messages for non-fatal bad things, using MSG_LVL. | |
| #define | MSG_ERROR(x) |
| Highest level messaging for serious problems, using MSG_LVL. | |
Detailed Description
Macro Definition Documentation
◆ MSG_DEBUG
| #define MSG_DEBUG | ( | x | ) |
Debug messaging, not enabled by default, using MSG_LVL.
Referenced by Rivet::PercentileProjection::PercentileProjection(), Rivet::RivetONNXrt::RivetONNXrt(), Rivet::Analysis::book(), Rivet::SmearedParticles::compare(), Rivet::Analysis::normalize(), Rivet::Analysis::normalize(), Rivet::Analysis::normalizeGroup(), Rivet::HistoGroup< GroupAxisT, AxisT >::normalizeGroup(), Rivet::EventMixingBase::project(), Rivet::PercentileProjection::project(), Rivet::SmearedJets::project(), and Rivet::SmearedParticles::project().
◆ MSG_ERROR
| #define MSG_ERROR | ( | x | ) |
Highest level messaging for serious problems, using MSG_LVL.
Referenced by Rivet::RivetONNXrt::RivetONNXrt(), Rivet::ProjectionApplier::getProjectionFromDeclQueue(), Rivet::Analysis::refData(), Rivet::ResolutionFunctor< T >::refData(), and Rivet::Analysis::registerAO().
◆ MSG_INFO
| #define MSG_INFO | ( | x | ) |
Key-information messging, enabled by default, using MSG_LVL.
- Note
- Silence is golden: don't emit default-visible messages unless you need the user to see them
◆ MSG_LVL
| #define MSG_LVL | ( | lvl, | |
| x ) |
Neat CPU-conserving logging macros. Use by preference!
- Note
- Only usable in classes where a getLog() method is provided
◆ MSG_TRACE
| #define MSG_TRACE | ( | x | ) |
Lowest-level, most verbose messaging, using MSG_LVL.
Referenced by Rivet::Analysis::addAnalysisObject(), Rivet::Event::applyProjection(), Rivet::SmearedParticles::compare(), Rivet::Analysis::normalize(), Rivet::Analysis::normalize(), Rivet::Analysis::normalizeGroup(), Rivet::SmearedParticles::project(), Rivet::Analysis::refData(), Rivet::Analysis::registerAO(), Rivet::Analysis::scale(), Rivet::Analysis::scale(), Rivet::Analysis::scale(), and Rivet::Analysis::scale().
◆ MSG_WARNING
| #define MSG_WARNING | ( | x | ) |
Warning messages for non-fatal bad things, using MSG_LVL.
Referenced by Rivet::EventMixingBase::EventMixingBase(), Rivet::Analysis::addAnalysisObject(), Rivet::Analysis::divByGroupWidth(), Rivet::CentralityBinner< T, MDist >::finalize(), Rivet::Analysis::normalize(), Rivet::Analysis::normalize(), Rivet::Analysis::normalizeGroup(), Rivet::Cutflow::normalizeStep(), Rivet::PartonicTops::project(), Rivet::Analysis::registerAO(), Rivet::Analysis::scale(), Rivet::Analysis::scale(), Rivet::Analysis::scale(), and Rivet::Analysis::scale().
Generated on for Rivet by
