Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
(
edm::StreamContext
const
& sc);
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:189
DQMService::publishFrequency_
double publishFrequency_
Definition:
DQMService.h:28
Event.h
TrackValidation_cff.pset
tuple pset
Definition:
TrackValidation_cff.py:374
DQMService::lastFlush_
double lastFlush_
Definition:
DQMService.h:27
DQMService::filter_
lat::Regexp * filter_
Definition:
DQMService.h:26
DQMBasicNet
Definition:
DQMNet.h:610
ParameterSet.h
DQMStore
Definition:
DQMStore.h:75
DQMService::store_
DQMStore * store_
Definition:
DQMService.h:24
DQMService::flush
void flush(edm::StreamContext const &sc)
Definition:
DQMService.cc:181
DQMService::flushStandalone
void flushStandalone()
Definition:
DQMService.cc:82
DQMService::DQMService
DQMService(const edm::ParameterSet &pset, edm::ActivityRegistry &ar)
Definition:
DQMService.cc:29
ActivityRegistry.h
edm::ParameterSet
Definition:
ParameterSet.h:36
DQMService::~DQMService
~DQMService(void)
Definition:
DQMService.cc:74
DQMService
Definition:
DQMService.h:13
edm::StreamContext
Definition:
StreamContext.h:31
edm::ActivityRegistry
Definition:
ActivityRegistry.h:87
Generated for CMSSW Reference Manual by
1.8.5