41 std::cerr <<
"Unrecognized Job Mode Option: " << jm <<
" -- defaulting to analysis mode ";
59 INFO_limits.
limit = 0;
60 cerr.
sev[
"INFO"] = INFO_limits;
62 default_for_dest.
limit = 10000000;
63 cerr.
category[
"default"] = default_for_dest;
65 FwkReport.
limit = 10000000;
69 FwkSummary.
limit = 10000000;
71 cerr.
category[
"FwkSummary"] = FwkSummary;
73 Root_NoDictionary.
limit = 0;
74 cerr.
category[
"Root_NoDictionary"] = Root_NoDictionary;
80 cerr_stats.
output =
"cerr";
100 INFO_limits.
limit = 5;
101 cerr.
sev[
"INFO"] = INFO_limits;
103 default_for_dest.
limit = 10000000;
104 cerr.
category[
"default"] = default_for_dest;
106 FwkReport.
limit = 10000000;
110 FwkSummary.
limit = 10000000;
112 cerr.
category[
"FwkSummary"] = FwkSummary;
114 Root_NoDictionary.
limit = 0;
115 cerr.
category[
"Root_NoDictionary"] = Root_NoDictionary;
121 cerr_stats.
output =
"cerr";
141 INFO_limits.
limit = 0;
142 warnings.
sev[
"INFO"] = INFO_limits;
144 default_for_dest.
limit = 1000;
145 warnings.
category[
"default"] = default_for_dest;
147 FwkReport.
limit = 10000000;
151 FwkSummary.
limit = 10000000;
152 warnings.
category[
"FwkSummary"] = FwkSummary;
154 Root_NoDictionary.
limit = 0;
155 warnings.
category[
"Root_NoDictionary"] = Root_NoDictionary;
std::map< std::string, Destination > destination
std::vector< std::string > statistics
void hardwireNilJobMode()
std::vector< std::string > destinations
std::map< std::string, Category > category
std::map< std::string, Category > sev
void hardwireGridJobMode()
void hardwireReleaseValidationJobMode()
static edm::JobMode mode(std::string const &jm)
std::vector< std::string > categories
void hardwireAnalysisJobMode()