Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQMServices
Core
src
DQMService.h
Go to the documentation of this file.
1
#ifndef DQMSERVICES_CORE_DQM_SERVICE_H
2
# define DQMSERVICES_CORE_DQM_SERVICE_H
3
4
# include "
FWCore/Framework/interface/Event.h
"
5
# include "
FWCore/ParameterSet/interface/ParameterSet.h
"
6
# include "
FWCore/ServiceRegistry/interface/ActivityRegistry.h
"
7
8
class
DQMStore
;
9
class
DQMBasicNet
;
10
namespace
lat {
class
Regexp; }
11
13
class
DQMService
14
{
15
public
:
16
DQMService
(
const
edm::ParameterSet
&pset,
edm::ActivityRegistry
&ar);
17
~DQMService
(
void
);
18
19
public
:
20
void
flush
(
const
edm::Event
&,
const
edm::EventSetup
&);
21
private
:
22
void
shutdown
(
void
);
23
24
DQMStore
*
store_
;
25
DQMBasicNet
*
net_
;
26
lat::Regexp *
filter_
;
27
double
lastFlush_
;
28
double
publishFrequency_
;
29
public
:
30
void
flushStandalone
();
31
};
32
33
#endif // DQMSERVICES_CORE_DQM_SERVICE_H
DQMService::net_
DQMBasicNet * net_
Definition:
DQMService.h:25
DQMService::shutdown
void shutdown(void)
Definition:
DQMService.cc:221
DQMService::publishFrequency_
double publishFrequency_
Definition:
DQMService.h:28
Event.h
DQMService::lastFlush_
double lastFlush_
Definition:
DQMService.h:27
DQMService::filter_
lat::Regexp * filter_
Definition:
DQMService.h:26
DQMBasicNet
Definition:
DQMNet.h:609
ParameterSet.h
DQMStore
Definition:
DQMStore.h:70
DQMService::store_
DQMStore * store_
Definition:
DQMService.h:24
edm::EventSetup
Definition:
EventSetup.h:44
DQMService::flushStandalone
void flushStandalone()
Definition:
DQMService.cc:114
DQMService::DQMService
DQMService(const edm::ParameterSet &pset, edm::ActivityRegistry &ar)
Definition:
DQMService.cc:55
ActivityRegistry.h
DQMService::flush
void flush(const edm::Event &, const edm::EventSetup &)
Definition:
DQMService.cc:213
edm::ParameterSet
Definition:
ParameterSet.h:35
DQMService::~DQMService
~DQMService(void)
Definition:
DQMService.cc:106
edm::Event
Definition:
Event.h:62
DQMService
Definition:
DQMService.h:13
edm::ActivityRegistry
Definition:
ActivityRegistry.h:65
Generated for CMSSW Reference Manual by
1.8.5