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