CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMService.h
Go to the documentation of this file.
1 #ifndef DQMSERVICES_CORE_DQM_SERVICE_H
2 # define DQMSERVICES_CORE_DQM_SERVICE_H
3 
7 
8 class DQMStore;
9 class DQMBasicNet;
10 namespace lat { class Regexp; }
11 
14 {
15 public:
17  ~DQMService(void);
18 
19 private:
20  void flush(const edm::Event &, const edm::EventSetup &);
21  void shutdown(void);
22 
25  lat::Regexp *filter_;
26  double lastFlush_;
28 };
29 
30 #endif // DQMSERVICES_CORE_DQM_SERVICE_H
DQMBasicNet * net_
Definition: DQMService.h:24
void shutdown(void)
Definition: DQMService.cc:206
double publishFrequency_
Definition: DQMService.h:27
double lastFlush_
Definition: DQMService.h:26
lat::Regexp * filter_
Definition: DQMService.h:25
DQMStore * store_
Definition: DQMService.h:23
DQMService(const edm::ParameterSet &pset, edm::ActivityRegistry &ar)
Definition: DQMService.cc:47
void flush(const edm::Event &, const edm::EventSetup &)
Definition: DQMService.cc:107
~DQMService(void)
Definition: DQMService.cc:98