Skip to content

Commit

Permalink
no json streams' output with 0 processed events
Browse files Browse the repository at this point in the history
  • Loading branch information
smorovic committed Nov 6, 2014
1 parent b72189f commit 7f18d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HLTrigger/JSONMonitoring/plugins/TriggerJSONMonitoring.cc
Expand Up @@ -485,6 +485,7 @@ TriggerJSONMonitoring::endLuminosityBlockSummary(const edm::LuminosityBlock& iLu
void
TriggerJSONMonitoring::globalEndLuminosityBlockSummary(const edm::LuminosityBlock& iLumi, const edm::EventSetup& iSetup, const LuminosityBlockContext* iContext, hltJson::lumiVars* iSummary)
{
if (iSummary->processed->value().at(0)==0) return;
Json::StyledWriter writer;

char hostname[33];
Expand Down

0 comments on commit 7f18d0b

Please sign in to comment.