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

In This Package:

IPmtGeomInfoSvc Class Reference

Interface definition for a PMT service. More...

#include <IPmtGeomInfoSvc.h>

Inheritance diagram for IPmtGeomInfoSvc:

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

Public Types

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR
enum  Status

Public Member Functions

virtual IPmtGeomInfoget (std::string structure_path)=0
 Look up by TDS path of detector element.
virtual IPmtGeomInfoget (IDetectorElement *pmtde)=0
 Look up by DetectorElement.
virtual IPmtGeomInfoget (unsigned int pmtid)=0
 Look up by fully qualified PMT id (see Conventions/Detectors.h).
virtual ~IPmtGeomInfoSvc ()
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 PMT service.

This service provides convenience methods to PMT related geometry information.

bv@bnl.gov Fri Apr 18 13:09:07 2008

Definition at line 26 of file IPmtGeomInfoSvc.h.


Constructor & Destructor Documentation

IPmtGeomInfoSvc::~IPmtGeomInfoSvc (  )  [virtual]

Definition at line 10 of file IPmtGeomInfoSvc.cc.

00011 {
00012 }


Member Function Documentation

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

Reimplemented from IService.

Definition at line 3 of file IPmtGeomInfoSvc.cc.

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

virtual IPmtGeomInfo* IPmtGeomInfoSvc::get ( std::string  structure_path  )  [pure virtual]

Look up by TDS path of detector element.

Implemented in PmtGeomInfoSvc.

virtual IPmtGeomInfo* IPmtGeomInfoSvc::get ( IDetectorElement pmtde  )  [pure virtual]

Look up by DetectorElement.

Implemented in PmtGeomInfoSvc.

virtual IPmtGeomInfo* IPmtGeomInfoSvc::get ( unsigned int  pmtid  )  [pure virtual]

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

Implemented in PmtGeomInfoSvc.


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