BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
CalibCLIDNode.cxx
Go to the documentation of this file.
1#include "CalibCLIDNode.h"
2/** @file CalibCLIDNode.cxx
3
4 $Header: /bes/bes/BossCvs/Calibration/CalibSvc/CalibDataSvc/src/CalibCLIDNode.cxx,v 1.2
5 2006/04/06 02:16:44 maqm Exp $
6
7 @author Joanne Bogart
8*/
9#include "CalibData/CalibModelSvc.h"
10using namespace CalibData;
11// CLID_Calib_CalibCLIDNode gets a value in CalibModel.cxx, but
12// this is in a different component; doubt I can pick it up correctly here.
13extern const CLID& CLID_Calib_CalibCLIDNode;
14const CLID& CLID_Calib_CalibCLIDNode = 6000;
15// maqmCLID CalibCLIDNode::m_myClassID = 0;
16
19 /*//maqm add
20 if (m_myClassID == 0) {
21 CalibData::CalibModelSvc svc;
22 m_myClassID = svc.getCLIDNodeCLID();
23 }
24 return m_myClassID;
25 */
26}
27
28std::ostream& CalibCLIDNode::fillStream( std::ostream& s ) const {
29 return s << "Child class ID = " << m_childClassID << std::endl;
30}
XmlRpcServer s
static const CLID & classID()
virtual std::ostream & fillStream(std::ostream &s) const