#include <fjcore.hh>
|
typedef std::pair< std::string, unsigned int > | Summary |
|
◆ Summary
typedef std::pair<std::string, unsigned int> Summary |
|
private |
◆ LimitedWarning() [1/2]
◆ LimitedWarning() [2/2]
◆ max_warn()
◆ n_warn_so_far()
int n_warn_so_far |
( |
| ) |
const |
|
inline |
◆ set_default_max_warn()
static void set_default_max_warn |
( |
int |
max_warn | ) |
|
|
inlinestatic |
◆ set_default_stream()
static void set_default_stream |
( |
std::ostream * |
ostr | ) |
|
|
inlinestatic |
◆ summary()
3681 str << it->second <<
" times: " << it->first << endl;
◆ warn() [1/4]
void warn |
( |
const char * |
warning | ) |
|
|
inline |
◆ warn() [2/4]
void warn |
( |
const char * |
warning, |
|
|
std::ostream * |
ostr |
|
) |
| |
3662 ostringstream warnstr;
3663 warnstr <<
"WARNING from FastJet: ";
3667 warnstr << std::endl;
3669 (*ostr) << warnstr.str();
◆ warn() [3/4]
void warn |
( |
const std::string & |
warning | ) |
|
|
inline |
◆ warn() [4/4]
void warn |
( |
const std::string & |
warning, |
|
|
std::ostream * |
ostr |
|
) |
| |
|
inline |
435 {
warn(warning.c_str(), ostr);}
◆ _default_ostr
◆ _global_warnings_summary
◆ _max_warn
◆ _max_warn_default
int _max_warn_default = 5 |
|
staticprivate |
◆ _n_warn_so_far
◆ _this_warning_summary
The documentation for this class was generated from the following files:
- /builds/cms-analysis/general/DasAnalysisSystem/Core/Installer/Core/JetObservables/interface/fjcore.hh
- /builds/cms-analysis/general/DasAnalysisSystem/Core/Installer/Core/JetObservables/src/fjcore.cc