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_ (0)
6 {}
7 
9  : store_ (0)
10 {}
11 
13 {}
14 
15 bool
17 {
18  raiseDQMError("DQMOldReceiver", "DQMOldReceiver::update() is obsolete");
19  return true;
20 }
21 
22 bool
24 {
25  raiseDQMError("DQMOldReceiver", "DQMOldReceiver::doMonitoring() is obsolete");
26  return true;
27 }
bool update(void) DQM_DEPRECATED
DQMStore * store_
use to get hold of structure with monitoring elements that class owns
DQMOldReceiver(void) DQM_DEPRECATED
bool doMonitoring(void) DQM_DEPRECATED
~DQMOldReceiver(void) DQM_DEPRECATED
void raiseDQMError(const char *context, const char *fmt,...)
Definition: DQMError.cc:11