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

In This Package:

IDetElemFinder Class Reference

Interface for a service that provides associations from the path inside the hierarchy of physical volumes to the corresponding detector element. More...

#include <Kernel/IDetElemFinder.h>

Inheritance diagram for IDetElemFinder:

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

Public Types

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR
enum  Status

Public Member Functions

virtual const IDetectorElementdetectorElementForPath (const std::string &path) const =0
 Find the detector element instance associated to a given physical volume path.
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 ()
 Return the interface ID.

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Detailed Description

Interface for a service that provides associations from the path inside the hierarchy of physical volumes to the corresponding detector element.

Author:
Marco Clemencic
Date:
2006-09-01

Definition at line 24 of file IDetElemFinder.h.


Member Function Documentation

static const InterfaceID& IDetElemFinder::interfaceID (  )  [inline, static]

Return the interface ID.

Reimplemented from IInterface.

Definition at line 28 of file IDetElemFinder.h.

00028 { return IID_IDetElemFinder; }  

virtual const IDetectorElement* IDetElemFinder::detectorElementForPath ( const std::string &  path  )  const [pure virtual]

Find the detector element instance associated to a given physical volume path.

Returns 0 if there is no suitable detector element.


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

Generated on Mon Apr 11 20:00:18 2011 for DetDesc by doxygen 1.4.7