| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IRpcGeomInfoSvc Class Reference

Interface definition for a RPC service. More...

#include <IRpcGeomInfoSvc.h>

Inheritance diagram for IRpcGeomInfoSvc:

[legend]
Collaboration diagram for IRpcGeomInfoSvc:
[legend]
List of all members.

Public Types

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR
enum  Status

Public Member Functions

virtual IRpcGeomInfoget (std::string structure_path)=0
 Look up by TDS path of detector element.
virtual IRpcGeomInfoget (IDetectorElement *rpcde)=0
 Look up by DetectorElement.
virtual IRpcGeomInfoget (unsigned int rpcid)=0
 Look up by fully qualified RPC id (see Conventions/Detectors.h).
virtual ~IRpcGeomInfoSvc ()
virtual const InterfaceIDtype () const =0
virtual StatusCode sysInitialize ()=0
virtual StatusCode sysStart ()=0
virtual StatusCode sysStop ()=0
virtual StatusCode sysFinalize ()=0
virtual StatusCode sysReinitialize ()=0
virtual StatusCode sysRestart ()=0
virtual StatusCode configure ()=0
virtual StatusCode initialize ()=0
virtual StatusCode start ()=0
virtual StatusCode stop ()=0
virtual StatusCode finalize ()=0
virtual StatusCode terminate ()=0
virtual StatusCode reinitialize ()=0
virtual StatusCode restart ()=0
virtual Gaudi::StateMachine::State FSMState () const =0
virtual Gaudi::StateMachine::State targetFSMState () const =0
virtual const std::string & name () const =0
virtual StatusCode queryInterface (const InterfaceID &riid, void **ppvInterface)=0
virtual unsigned long addRef ()=0
virtual unsigned long release ()=0

Static Public Member Functions

static const InterfaceIDinterfaceID ()

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Protected Member Functions

virtual void setServiceManager (ISvcManager *)=0

Detailed Description

Interface definition for a RPC service.

This service provides convenience methods to RPC related geometry information.

xujl@ihep.ac.cn Fri May 29, 2009

Definition at line 26 of file IRpcGeomInfoSvc.h.


Constructor & Destructor Documentation

IRpcGeomInfoSvc::~IRpcGeomInfoSvc (  )  [virtual]

Definition at line 10 of file IRpcGeomInfoSvc.cc.

00011 {
00012 }


Member Function Documentation

const InterfaceID & IRpcGeomInfoSvc::interfaceID (  )  [static]

Reimplemented from IService.

Definition at line 3 of file IRpcGeomInfoSvc.cc.

00003                                                 {
00004 
00005   static const InterfaceID m_IID("IRpcGeomInfoSvc", 1, 0);
00006 
00007   return m_IID;
00008 }

virtual IRpcGeomInfo* IRpcGeomInfoSvc::get ( std::string  structure_path  )  [pure virtual]

Look up by TDS path of detector element.

Implemented in RpcGeomInfoSvc.

virtual IRpcGeomInfo* IRpcGeomInfoSvc::get ( IDetectorElement rpcde  )  [pure virtual]

Look up by DetectorElement.

Implemented in RpcGeomInfoSvc.

virtual IRpcGeomInfo* IRpcGeomInfoSvc::get ( unsigned int  rpcid  )  [pure virtual]

Look up by fully qualified RPC id (see Conventions/Detectors.h).

Implemented in RpcGeomInfoSvc.


The documentation for this class was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:15:11 2011 for DetHelpers by doxygen 1.4.7