CMS 3D CMS Logo

DQMOldReceiver.cc
Go to the documentation of this file.
3 
4 DQMOldReceiver::DQMOldReceiver(const std::string &, int, const std::string &, int, bool)
5  : store_ (nullptr)
6 {}
7 
9  : store_ (nullptr)
10 {}
11 
13 
14 bool
16 {
17  raiseDQMError("DQMOldReceiver", "DQMOldReceiver::update() is obsolete");
18  return true;
19 }
20 
21 bool
23 {
24  raiseDQMError("DQMOldReceiver", "DQMOldReceiver::doMonitoring() is obsolete");
25  return true;
26 }
bool update() DQM_DEPRECATED
#define nullptr
~DQMOldReceiver() DQM_DEPRECATED
DQMStore * store_
use to get hold of structure with monitoring elements that class owns
DQMOldReceiver() DQM_DEPRECATED
bool doMonitoring() DQM_DEPRECATED
void raiseDQMError(const char *context, const char *fmt,...)
Definition: DQMError.cc:11