#include "EventFilter/Utilities/interface/FastMonitoringService.h"
#include <iostream>
#include "FWCore/Framework/interface/Event.h"
#include <iomanip>
#include <sys/time.h>
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/ServiceRegistry/interface/SystemBounds.h"
#include "FWCore/ServiceRegistry/interface/GlobalContext.h"
#include "FWCore/ServiceRegistry/interface/StreamContext.h"
#include "FWCore/ServiceRegistry/interface/PathContext.h"
#include "EventFilter/Utilities/interface/EvFDaqDirector.h"
#include "EventFilter/Utilities/interface/FileIO.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/UnixSignalHandlers.h"
#include "FWCore/ServiceRegistry/interface/ModuleCallingContext.h"
#include "DataFormats/Provenance/interface/ModuleDescription.h"
Go to the source code of this file.
Namespaces | |
evf | |
Macros | |
#define | NRESERVEDMODULES 33 |
#define | NRESERVEDPATHS 1 |
#define | NSPECIALMODULES 7 |
Functions | |
double | throughputFactor () |
#define NRESERVEDMODULES 33 |
Definition at line 24 of file FastMonitoringService.cc.
Referenced by evf::FastMonitoringService::makeModuleLegendaJson().
#define NRESERVEDPATHS 1 |
Definition at line 26 of file FastMonitoringService.cc.
Referenced by evf::FastMonitoringService::makePathLegendaJson().
#define NSPECIALMODULES 7 |
Definition at line 25 of file FastMonitoringService.cc.
Referenced by evf::FastMonitoringService::makeModuleLegendaJson().
double throughputFactor | ( | ) |
Definition at line 22 of file FastMonitoringService.cc.
Referenced by evf::FastMonitoringService::preGlobalEndLumi().