#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/FedRawDataInputSource.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"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
Go to the source code of this file.
Namespaces | |
evf | |
Functions | |
double | throughputFactor () |
Variables | |
static const int | nReservedModules = 64 |
static const int | nReservedPaths = 1 |
static const int | nSpecialModules = 10 |
double throughputFactor | ( | ) |
Definition at line 26 of file FastMonitoringService.cc.
Referenced by evf::FastMonitoringService::preGlobalEndLumi().
|
static |
Definition at line 28 of file FastMonitoringService.cc.
Referenced by evf::FastMonitoringService::makeModuleLegendaJson().
|
static |
Definition at line 30 of file FastMonitoringService.cc.
Referenced by evf::FastMonitoringService::makePathLegendaJson().
|
static |
Definition at line 29 of file FastMonitoringService.cc.
Referenced by evf::FastMonitoringService::makeModuleLegendaJson().