Main Page
Namespaces
Classes
Package Documentation
FWCore
Utilities
interface
CPUServiceBase.h
Go to the documentation of this file.
1
#ifndef FWCore_Utilities_CPUServiceBase_h
2
#define FWCore_Utilities_CPUServiceBase_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/Utilities
6
// Class : CPUServiceBase
7
//
17
//
18
// Original Author: Brian Bockelman
19
// Created: Wed Sep 7 12:05:13 CDT 2016
20
//
21
22
// system include files
23
#include <string>
24
25
// forward declarations
26
namespace
edm
{
27
class
CPUServiceBase
28
{
29
30
public
:
31
CPUServiceBase
();
32
virtual
~CPUServiceBase
();
33
34
// ---------- member functions ---------------------------
36
virtual
bool
cpuInfo
(
std::string
&
models
,
double
&avgSpeed) = 0;
37
38
private
:
39
CPUServiceBase
(
const
CPUServiceBase
&) =
delete
;
// stop default
40
41
const
CPUServiceBase
&
operator=
(
const
CPUServiceBase
&) =
delete
;
// stop default
42
};
43
}
44
45
46
#endif
edm::CPUServiceBase::CPUServiceBase
CPUServiceBase()
Definition:
CPUServiceBase.cc:26
edm::CPUServiceBase::operator=
const CPUServiceBase & operator=(const CPUServiceBase &)=delete
edm::CPUServiceBase::cpuInfo
virtual bool cpuInfo(std::string &models, double &avgSpeed)=0
CPU information - the models present and average speed.
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::CPUServiceBase::~CPUServiceBase
virtual ~CPUServiceBase()
Definition:
CPUServiceBase.cc:30
models
Definition:
models.py:1
edm::CPUServiceBase
Definition:
CPUServiceBase.h:27
edm
HLT enums.
Definition:
AlignableModifier.h:17
Generated for CMSSW Reference Manual by
1.8.11