![]() |
|
|
Generated: 8 Jan 2009 |
#include <PartPropSvc.h>


Definition at line 27 of file PartPropSvc.h.
Public Member Functions | |
| virtual StatusCode | initialize () |
| Initialization (from CONFIGURED to INITIALIZED). | |
| virtual StatusCode | finalize () |
| Finalize (from INITIALIZED to CONFIGURED). | |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface) |
| Query interfaces of Interface. | |
| virtual const InterfaceID & | type () const |
| Retrieve ID of the Service. | |
| HepPDT::ParticleDataTable * | PDT () |
Public Attributes | |
| tuple | PartPropSvc = Service( "PartPropSvc" ) |
Protected Member Functions | |
| PartPropSvc (const std::string &name, ISvcLocator *svc) | |
| virtual | ~PartPropSvc () |
Private Attributes | |
| std::string | m_inputType |
| std::vector< std::string > | m_pdtFiles |
| HepPDT::ParticleDataTable * | m_pdt |
Friends | |
| class | SvcFactory< PartPropSvc > |
| PartPropSvc::PartPropSvc | ( | const std::string & | name, | |
| ISvcLocator * | svc | |||
| ) | [protected] |
| virtual PartPropSvc::~PartPropSvc | ( | ) | [protected, virtual] |
| virtual StatusCode PartPropSvc::initialize | ( | ) | [virtual] |
| virtual StatusCode PartPropSvc::finalize | ( | ) | [virtual] |
| virtual StatusCode PartPropSvc::queryInterface | ( | const InterfaceID & | riid, | |
| void ** | ppvUnknown | |||
| ) | [virtual] |
Query interfaces of Interface.
| riid | ID of Interface to be retrieved | |
| ppvUnknown | Pointer to Location for interface pointer |
Reimplemented from Service.
| virtual const InterfaceID& PartPropSvc::type | ( | ) | const [virtual] |
| HepPDT::ParticleDataTable* PartPropSvc::PDT | ( | ) | [inline, virtual] |
friend class SvcFactory< PartPropSvc > [friend] |
Definition at line 54 of file PartPropSvc.h.
| tuple PartPropSvc::PartPropSvc = Service( "PartPropSvc" ) |
Definition at line 6 of file PartPropSvc.py.
std::string PartPropSvc::m_inputType [private] |
Definition at line 56 of file PartPropSvc.h.
std::vector<std::string> PartPropSvc::m_pdtFiles [private] |
Definition at line 57 of file PartPropSvc.h.
HepPDT::ParticleDataTable* PartPropSvc::m_pdt [private] |
Definition at line 59 of file PartPropSvc.h.