41 std::cerr <<
"Unrecognized Job Mode Option: " << jm
42 <<
" -- defaulting to analysis mode ";
62 INFO_limits.
limit = 0;
63 cerr.
sev[
"INFO"] = INFO_limits;
65 default_for_dest.
limit = 10000000;
66 cerr.
category[
"default"] = default_for_dest;
68 FwkReport.
limit = 10000000;
70 cerr.
category[
"FwkReport"] = FwkReport;
72 FwkSummary.
limit = 10000000;
74 cerr.
category[
"FwkSummary"] = FwkSummary;
79 Root_NoDictionary.
limit = 0;
80 cerr.
category[
"Root_NoDictionary"] = Root_NoDictionary;
85 default_for_dest.
limit = 0;
86 FrameworkJobReport.
category[
"default"] = default_for_dest;
88 FwkJob.
limit = 10000000;
89 FrameworkJobReport.
category[
"FwkJob"] = FwkJob;
94 cerr_stats.
output =
"cerr";
116 INFO_limits.
limit = 5;
117 cerr.
sev[
"INFO"] = INFO_limits;
119 default_for_dest.
limit = 10000000;
120 cerr.
category[
"default"] = default_for_dest;
122 FwkReport.
limit = 10000000;
124 cerr.
category[
"FwkReport"] = FwkReport;
126 FwkSummary.
limit = 10000000;
128 cerr.
category[
"FwkSummary"] = FwkSummary;
133 Root_NoDictionary.
limit = 0;
134 cerr.
category[
"Root_NoDictionary"] = Root_NoDictionary;
139 default_for_dest.
limit = 0;
140 FrameworkJobReport.
category[
"default"] = default_for_dest;
142 FwkJob.
limit = 10000000;
143 FrameworkJobReport.
category[
"FwkJob"] = FwkJob;
148 cerr_stats.
output =
"cerr";
170 INFO_limits.
limit = 0;
171 warnings.
sev[
"INFO"] = INFO_limits;
173 default_for_dest.
limit = 1000 ;
174 warnings.
category[
"default"] = default_for_dest;
176 FwkReport.
limit = 10000000;
178 warnings.
category[
"FwkReport"] = FwkReport;
180 FwkSummary.
limit = 10000000;
181 warnings.
category[
"FwkSummary"] = FwkSummary;
184 warnings.
category[
"FwkJob"] = FwkJob;
186 Root_NoDictionary.
limit = 0;
187 warnings.
category[
"Root_NoDictionary"] = Root_NoDictionary;
std::vector< std::string > statistics
void hardwireNilJobMode()
std::vector< std::string > destinations
std::map< std::string, Category > sev
std::map< std::string, Category > category
void hardwireGridJobMode()
std::map< std::string, Destination > destination
void hardwireReleaseValidationJobMode()
static edm::JobMode mode(std::string const &jm)
std::vector< std::string > categories
void hardwireAnalysisJobMode()