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
private
:
20
void
flush
(
const
edm::Event
&,
const
edm::EventSetup
&);
21
void
shutdown
(
void
);
22
23
DQMStore
*
store_
;
24
DQMBasicNet
*
net_
;
25
lat::Regexp *
filter_
;
26
double
lastFlush_
;
27
double
publishFrequency_
;
28
};
29
30
#endif // DQMSERVICES_CORE_DQM_SERVICE_H
DQMService::net_
DQMBasicNet * net_
Definition:
DQMService.h:24
DQMService::shutdown
void shutdown(void)
Definition:
DQMService.cc:206
DQMService::publishFrequency_
double publishFrequency_
Definition:
DQMService.h:27
Event.h
DQMService::lastFlush_
double lastFlush_
Definition:
DQMService.h:26
DQMService::filter_
lat::Regexp * filter_
Definition:
DQMService.h:25
DQMBasicNet
Definition:
DQMNet.h:592
ParameterSet.h
DQMStore
Definition:
DQMStore.h:35
DQMService::store_
DQMStore * store_
Definition:
DQMService.h:23
edm::EventSetup
Definition:
EventSetup.h:44
DQMService::DQMService
DQMService(const edm::ParameterSet &pset, edm::ActivityRegistry &ar)
Definition:
DQMService.cc:47
ActivityRegistry.h
DQMService::flush
void flush(const edm::Event &, const edm::EventSetup &)
Definition:
DQMService.cc:107
edm::ParameterSet
Definition:
ParameterSet.h:32
MultipleCompare.pset
tuple pset
Definition:
MultipleCompare.py:39
DQMService::~DQMService
~DQMService(void)
Definition:
DQMService.cc:98
edm::Event
Definition:
Event.h:49
DQMService
Definition:
DQMService.h:13
edm::ActivityRegistry
Definition:
ActivityRegistry.h:46
Generated for CMSSW Reference Manual by
1.8.5